@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCidrLocationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCidrLocationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCidrLocationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollectionId()
The CIDR collection ID.
|
String |
getMaxResults()
The maximum number of CIDR collection locations to return in the response.
|
String |
getNextToken()
An opaque pagination token to indicate where the service is to begin enumerating results.
|
int |
hashCode() |
void |
setCollectionId(String collectionId)
The CIDR collection ID.
|
void |
setMaxResults(String maxResults)
The maximum number of CIDR collection locations 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.
|
ListCidrLocationsRequest |
withCollectionId(String collectionId)
The CIDR collection ID.
|
ListCidrLocationsRequest |
withMaxResults(String maxResults)
The maximum number of CIDR collection locations to return in the response.
|
ListCidrLocationsRequest |
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, withSdkRequestTimeout
public void setCollectionId(String collectionId)
The CIDR collection ID.
collectionId
- The CIDR collection ID.public String getCollectionId()
The CIDR collection ID.
public ListCidrLocationsRequest withCollectionId(String collectionId)
The CIDR collection ID.
collectionId
- The CIDR collection ID.public 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 ListCidrLocationsRequest 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 collection locations to return in the response.
maxResults
- The maximum number of CIDR collection locations to return in the response.public String getMaxResults()
The maximum number of CIDR collection locations to return in the response.
public ListCidrLocationsRequest withMaxResults(String maxResults)
The maximum number of CIDR collection locations to return in the response.
maxResults
- The maximum number of CIDR collection locations to return in the response.public String toString()
toString
in class Object
Object.toString()
public ListCidrLocationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()