|
|||||||
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(java.lang.String cacheSecurityGroupName)
Constructs a new DeleteCacheSecurityGroupRequest object. |
Method Summary | |
---|---|
java.lang.String |
getCacheSecurityGroupName()
The name of the Cache Security Group to delete. |
void |
setCacheSecurityGroupName(java.lang.String cacheSecurityGroupName)
The name of the Cache Security Group to delete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteCacheSecurityGroupRequest |
withCacheSecurityGroupName(java.lang.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(java.lang.String cacheSecurityGroupName)
cacheSecurityGroupName
- The name of the Cache Security Group to
delete. Method Detail |
---|
public java.lang.String getCacheSecurityGroupName()
public void setCacheSecurityGroupName(java.lang.String cacheSecurityGroupName)
cacheSecurityGroupName
- The name of the Cache Security Group to delete. public DeleteCacheSecurityGroupRequest withCacheSecurityGroupName(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |