public class DeleteCacheSubnetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteCacheSubnetGroup operation.
 The DeleteCacheSubnetGroup action deletes a cache subnet group.
NOTE:You cannot delete a cache subnet group if it is associated with any cache clusters.
NOOP| Constructor and Description | 
|---|
| DeleteCacheSubnetGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteCacheSubnetGroupRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getCacheSubnetGroupName()The name of the cache subnet group to delete. | 
| int | hashCode() | 
| void | setCacheSubnetGroupName(String cacheSubnetGroupName)The name of the cache subnet group to delete. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DeleteCacheSubnetGroupRequest | withCacheSubnetGroupName(String cacheSubnetGroupName)The name of the cache subnet group to delete. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getCacheSubnetGroupName()
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
public void setCacheSubnetGroupName(String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
cacheSubnetGroupName - The name of the cache subnet group to delete. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
public DeleteCacheSubnetGroupRequest withCacheSubnetGroupName(String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupName - The name of the cache subnet group to delete. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
public String toString()
toString in class ObjectObject.toString()public DeleteCacheSubnetGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.