public class DeleteCacheSecurityGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteCacheSecurityGroup operation.
Deletes a Cache Security Group.
NOTE:The specified Cache Security Group must not be associated with any Cache Clusters.
| コンストラクタと説明 |
|---|
DeleteCacheSecurityGroupRequest()
Default constructor for a new DeleteCacheSecurityGroupRequest object.
|
DeleteCacheSecurityGroupRequest(java.lang.String cacheSecurityGroupName)
Constructs a new DeleteCacheSecurityGroupRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheSecurityGroupName()
The name of the Cache Security Group to delete.
|
int |
hashCode() |
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteCacheSecurityGroupRequest()
public DeleteCacheSecurityGroupRequest(java.lang.String cacheSecurityGroupName)
cacheSecurityGroupName - The name of the Cache Security Group to
delete. 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object