public class DeleteCacheSecurityGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteCacheSecurityGroup action.
NOOP| Constructor and Description |
|---|
DeleteCacheSecurityGroupRequest()
Default constructor for 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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteCacheSecurityGroupRequest()
public DeleteCacheSecurityGroupRequest(String cacheSecurityGroupName)
cacheSecurityGroupName - The name of the cache security group to delete. public void setCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to delete.
cacheSecurityGroupName - The name of the cache security group to delete. public String getCacheSecurityGroupName()
The name of the cache security group to delete.
public DeleteCacheSecurityGroupRequest withCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to delete.
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.