public class DeleteCacheSecurityGroupRequest extends AmazonWebServiceRequest implements Serializable
DeleteCacheSecurityGroup operation
.
The DeleteCacheSecurityGroup operation 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 |
---|---|
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.
|
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2015. All rights reserved.