|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.DeleteCacheSecurityGroupRequest
public class DeleteCacheSecurityGroupRequest
Container for the parameters to the DeleteCacheSecurityGroup operation
.
Deletes a Cache Security Group.
NOTE:The specified Cache Security Group must not be associated with any Cache Clusters.
AmazonElastiCache.deleteCacheSecurityGroup(DeleteCacheSecurityGroupRequest)
Constructor Summary | |
---|---|
DeleteCacheSecurityGroupRequest()
Default constructor for a new DeleteCacheSecurityGroupRequest object. |
|
DeleteCacheSecurityGroupRequest(String cacheSecurityGroupName)
Constructs a new DeleteCacheSecurityGroupRequest object. |
Method Summary | |
---|---|
String |
getCacheSecurityGroupName()
The name of the Cache Security Group to delete. |
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteCacheSecurityGroupRequest()
public DeleteCacheSecurityGroupRequest(String cacheSecurityGroupName)
cacheSecurityGroupName
- The name of the Cache Security Group to
delete. Method Detail |
---|
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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |