@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCidrCollectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateCidrCollectionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateCidrCollectionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getCallerReference()
 A client-specific token that allows requests to be securely retried so that the intended outcome will only occur
 once, retries receive a similar response, and there are no additional edge cases to handle. | 
| String | getName()
 A unique identifier for the account that can be used to reference the collection from other API calls. | 
| int | hashCode() | 
| void | setCallerReference(String callerReference)
 A client-specific token that allows requests to be securely retried so that the intended outcome will only occur
 once, retries receive a similar response, and there are no additional edge cases to handle. | 
| void | setName(String name)
 A unique identifier for the account that can be used to reference the collection from other API calls. | 
| String | toString()Returns a string representation of this object. | 
| CreateCidrCollectionRequest | withCallerReference(String callerReference)
 A client-specific token that allows requests to be securely retried so that the intended outcome will only occur
 once, retries receive a similar response, and there are no additional edge cases to handle. | 
| CreateCidrCollectionRequest | withName(String name)
 A unique identifier for the account that can be used to reference the collection from other API calls. | 
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 setName(String name)
A unique identifier for the account that can be used to reference the collection from other API calls.
name - A unique identifier for the account that can be used to reference the collection from other API calls.public String getName()
A unique identifier for the account that can be used to reference the collection from other API calls.
public CreateCidrCollectionRequest withName(String name)
A unique identifier for the account that can be used to reference the collection from other API calls.
name - A unique identifier for the account that can be used to reference the collection from other API calls.public void setCallerReference(String callerReference)
A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.
callerReference - A client-specific token that allows requests to be securely retried so that the intended outcome will only
        occur once, retries receive a similar response, and there are no additional edge cases to handle.public String getCallerReference()
A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.
public CreateCidrCollectionRequest withCallerReference(String callerReference)
A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.
callerReference - A client-specific token that allows requests to be securely retried so that the intended outcome will only
        occur once, retries receive a similar response, and there are no additional edge cases to handle.public String toString()
toString in class ObjectObject.toString()public CreateCidrCollectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()