@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTerminologiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTerminologiesRequest() |
Modifier and Type | Method and Description |
---|---|
ListTerminologiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of custom terminologies returned per list request.
|
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(Integer maxResults)
The maximum number of custom terminologies returned per list request.
|
void |
setNextToken(String nextToken)
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of
custom terminologies.
|
String |
toString()
Returns a string representation of this object.
|
ListTerminologiesRequest |
withMaxResults(Integer maxResults)
The maximum number of custom terminologies returned per list request.
|
ListTerminologiesRequest |
withNextToken(String nextToken)
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of
custom terminologies.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNextToken(String nextToken)
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
nextToken
- If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next
group of custom terminologies.public String getNextToken()
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
public ListTerminologiesRequest withNextToken(String nextToken)
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
nextToken
- If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next
group of custom terminologies.public void setMaxResults(Integer maxResults)
The maximum number of custom terminologies returned per list request.
maxResults
- The maximum number of custom terminologies returned per list request.public Integer getMaxResults()
The maximum number of custom terminologies returned per list request.
public ListTerminologiesRequest withMaxResults(Integer maxResults)
The maximum number of custom terminologies returned per list request.
maxResults
- The maximum number of custom terminologies returned per list request.public String toString()
toString
in class Object
Object.toString()
public ListTerminologiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()