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