@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCidrCollectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCidrCollectionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCidrCollectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMaxResults()
The maximum number of CIDR collections to return in the response.
|
String |
getNextToken()
An opaque pagination token to indicate where the service is to begin enumerating results.
|
int |
hashCode() |
void |
setMaxResults(String maxResults)
The maximum number of CIDR collections to return in the response.
|
void |
setNextToken(String nextToken)
An opaque pagination token to indicate where the service is to begin enumerating results.
|
String |
toString()
Returns a string representation of this object.
|
ListCidrCollectionsRequest |
withMaxResults(String maxResults)
The maximum number of CIDR collections to return in the response.
|
ListCidrCollectionsRequest |
withNextToken(String nextToken)
An opaque pagination token to indicate where the service is to begin enumerating results.
|
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)
An opaque pagination token to indicate where the service is to begin enumerating results.
If no value is provided, the listing of results starts from the beginning.
nextToken - An opaque pagination token to indicate where the service is to begin enumerating results.
If no value is provided, the listing of results starts from the beginning.
public String getNextToken()
An opaque pagination token to indicate where the service is to begin enumerating results.
If no value is provided, the listing of results starts from the beginning.
If no value is provided, the listing of results starts from the beginning.
public ListCidrCollectionsRequest withNextToken(String nextToken)
An opaque pagination token to indicate where the service is to begin enumerating results.
If no value is provided, the listing of results starts from the beginning.
nextToken - An opaque pagination token to indicate where the service is to begin enumerating results.
If no value is provided, the listing of results starts from the beginning.
public void setMaxResults(String maxResults)
The maximum number of CIDR collections to return in the response.
maxResults - The maximum number of CIDR collections to return in the response.public String getMaxResults()
The maximum number of CIDR collections to return in the response.
public ListCidrCollectionsRequest withMaxResults(String maxResults)
The maximum number of CIDR collections to return in the response.
maxResults - The maximum number of CIDR collections to return in the response.public String toString()
toString in class ObjectObject.toString()public ListCidrCollectionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()