@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSubscriptionDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSubscriptionDefinitionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionDefinitionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMaxResults()
Specifies the maximum number of list results to be returned in this page
|
String |
getNextToken()
Specifies the pagination token used when iterating through a paginated request
|
int |
hashCode() |
void |
setMaxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
void |
setNextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListSubscriptionDefinitionsRequest |
withMaxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
ListSubscriptionDefinitionsRequest |
withNextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
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 setMaxResults(String maxResults)
maxResults - Specifies the maximum number of list results to be returned in this pagepublic String getMaxResults()
public ListSubscriptionDefinitionsRequest withMaxResults(String maxResults)
maxResults - Specifies the maximum number of list results to be returned in this pagepublic void setNextToken(String nextToken)
nextToken - Specifies the pagination token used when iterating through a paginated requestpublic String getNextToken()
public ListSubscriptionDefinitionsRequest withNextToken(String nextToken)
nextToken - Specifies the pagination token used when iterating through a paginated requestpublic String toString()
toString in class ObjectObject.toString()public ListSubscriptionDefinitionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.