@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTransformersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTransformersRequest() |
Modifier and Type | Method and Description |
---|---|
ListTransformersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the number of items to return for the API response.
|
String |
getNextToken()
When additional results are obtained from the command, a
NextToken parameter is returned in the
output. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the number of items to return for the API response.
|
void |
setNextToken(String nextToken)
When additional results are obtained from the command, a
NextToken parameter is returned in the
output. |
String |
toString()
Returns a string representation of this object.
|
ListTransformersRequest |
withMaxResults(Integer maxResults)
Specifies the number of items to return for the API response.
|
ListTransformersRequest |
withNextToken(String nextToken)
When additional results are obtained from the command, a
NextToken parameter is returned in the
output. |
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)
When additional results are obtained from the command, a NextToken
parameter is returned in the
output. You can then pass the NextToken
parameter in a subsequent command to continue listing
additional resources.
nextToken
- When additional results are obtained from the command, a NextToken
parameter is returned in
the output. You can then pass the NextToken
parameter in a subsequent command to continue
listing additional resources.public String getNextToken()
When additional results are obtained from the command, a NextToken
parameter is returned in the
output. You can then pass the NextToken
parameter in a subsequent command to continue listing
additional resources.
NextToken
parameter is returned in
the output. You can then pass the NextToken
parameter in a subsequent command to continue
listing additional resources.public ListTransformersRequest withNextToken(String nextToken)
When additional results are obtained from the command, a NextToken
parameter is returned in the
output. You can then pass the NextToken
parameter in a subsequent command to continue listing
additional resources.
nextToken
- When additional results are obtained from the command, a NextToken
parameter is returned in
the output. You can then pass the NextToken
parameter in a subsequent command to continue
listing additional resources.public void setMaxResults(Integer maxResults)
Specifies the number of items to return for the API response.
maxResults
- Specifies the number of items to return for the API response.public Integer getMaxResults()
Specifies the number of items to return for the API response.
public ListTransformersRequest withMaxResults(Integer maxResults)
Specifies the number of items to return for the API response.
maxResults
- Specifies the number of items to return for the API response.public String toString()
toString
in class Object
Object.toString()
public ListTransformersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()