public class ListTerminologiesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Provides a list of custom terminologies associated with your account.
Constructor and Description |
---|
ListTerminologiesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of custom terminologies returned per list request.
|
java.lang.String |
getNextToken()
If the result of the request to ListTerminologies was truncated, include
the NextToken to fetch the next group of custom terminologies.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of custom terminologies returned per list request.
|
void |
setNextToken(java.lang.String nextToken)
If the result of the request to ListTerminologies was truncated, include
the NextToken to fetch the next group of custom terminologies.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTerminologiesRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of custom terminologies returned per list request.
|
ListTerminologiesRequest |
withNextToken(java.lang.String nextToken)
If the result of the request to ListTerminologies was truncated, include
the NextToken to fetch the next group of custom terminologies.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
public void setNextToken(java.lang.String nextToken)
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
nextToken
- If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
public ListTerminologiesRequest withNextToken(java.lang.String nextToken)
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch 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 result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
public java.lang.Integer getMaxResults()
The maximum number of custom terminologies returned per list request.
Constraints:
Range: 1 - 500
The maximum number of custom terminologies returned per list request.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of custom terminologies returned per list request.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of custom terminologies returned per list request.
public ListTerminologiesRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of custom terminologies returned per list request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of custom terminologies returned per list request.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.