public class ListTerminologiesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListTerminologiesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If the response to the ListTerminologies was truncated, the NextToken
fetches the next group of custom terminologies.
|
java.util.List<TerminologyProperties> |
getTerminologyPropertiesList()
The properties list of the custom terminologies returned on the list
request.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If the response to the ListTerminologies was truncated, the NextToken
fetches the next group of custom terminologies.
|
void |
setTerminologyPropertiesList(java.util.Collection<TerminologyProperties> terminologyPropertiesList)
The properties list of the custom terminologies returned on the list
request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTerminologiesResult |
withNextToken(java.lang.String nextToken)
If the response to the ListTerminologies was truncated, the NextToken
fetches the next group of custom terminologies.
|
ListTerminologiesResult |
withTerminologyPropertiesList(java.util.Collection<TerminologyProperties> terminologyPropertiesList)
The properties list of the custom terminologies returned on the list
request.
|
ListTerminologiesResult |
withTerminologyPropertiesList(TerminologyProperties... terminologyPropertiesList)
The properties list of the custom terminologies returned on the list
request.
|
public java.util.List<TerminologyProperties> getTerminologyPropertiesList()
The properties list of the custom terminologies returned on the list request.
The properties list of the custom terminologies returned on the list request.
public void setTerminologyPropertiesList(java.util.Collection<TerminologyProperties> terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
terminologyPropertiesList - The properties list of the custom terminologies returned on the list request.
public ListTerminologiesResult withTerminologyPropertiesList(TerminologyProperties... terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
Returns a reference to this object so that method calls can be chained together.
terminologyPropertiesList - The properties list of the custom terminologies returned on the list request.
public ListTerminologiesResult withTerminologyPropertiesList(java.util.Collection<TerminologyProperties> terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
Returns a reference to this object so that method calls can be chained together.
terminologyPropertiesList - The properties list of the custom terminologies returned on the list request.
public java.lang.String getNextToken()
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
public void setNextToken(java.lang.String nextToken)
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
nextToken - If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
public ListTerminologiesResult withNextToken(java.lang.String nextToken)
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
nextToken - If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.