@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCapabilitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
ListCapabilitiesRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListCapabilitiesRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
Integer | 
getMaxResults()
 Specifies the maximum number of capabilities to return. 
 | 
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 maximum number of capabilities to return. 
 | 
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. 
 | 
ListCapabilitiesRequest | 
withMaxResults(Integer maxResults)
 Specifies the maximum number of capabilities to return. 
 | 
ListCapabilitiesRequest | 
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, withSdkRequestTimeoutpublic 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 ListCapabilitiesRequest 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 maximum number of capabilities to return.
maxResults - Specifies the maximum number of capabilities to return.public Integer getMaxResults()
Specifies the maximum number of capabilities to return.
public ListCapabilitiesRequest withMaxResults(Integer maxResults)
Specifies the maximum number of capabilities to return.
maxResults - Specifies the maximum number of capabilities to return.public String toString()
toString in class ObjectObject.toString()public ListCapabilitiesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()