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() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteCacheSecurityGroupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.