public class DeleteCacheSecurityGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteCacheSecurityGroup operation.
 The DeleteCacheSecurityGroup action deletes a cache security group.
NOTE:You cannot delete a cache security group if it is associated with any cache clusters.
NOOP| Constructor and Description | 
|---|
| DeleteCacheSecurityGroupRequest()Default constructor for a new DeleteCacheSecurityGroupRequest object. | 
| DeleteCacheSecurityGroupRequest(String cacheSecurityGroupName)Constructs a new DeleteCacheSecurityGroupRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteCacheSecurityGroupRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getCacheSecurityGroupName()The name of the cache security group to delete. | 
| int | hashCode() | 
| void | setCacheSecurityGroupName(String cacheSecurityGroupName)The name of the cache security group to delete. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DeleteCacheSecurityGroupRequest | withCacheSecurityGroupName(String cacheSecurityGroupName)The name of the cache security 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 DeleteCacheSecurityGroupRequest()
public DeleteCacheSecurityGroupRequest(String cacheSecurityGroupName)
cacheSecurityGroupName - The name of the cache security group to
 delete. public String getCacheSecurityGroupName()
public void setCacheSecurityGroupName(String cacheSecurityGroupName)
cacheSecurityGroupName - The name of the cache security group to delete. public DeleteCacheSecurityGroupRequest withCacheSecurityGroupName(String cacheSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheSecurityGroupName - The name of the cache security group to delete. public String toString()
toString in class ObjectObject.toString()public DeleteCacheSecurityGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.