public class DeleteCacheSubnetGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteCacheSubnetGroup operation.
Deletes a Cache Subnet Group.
NOTE:The specified Cache Subnet Group must not be associated with any Cache Clusters.
| コンストラクタと説明 |
|---|
DeleteCacheSubnetGroupRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheSubnetGroupName()
The name of the Cache Subnet Group to delete.
|
int |
hashCode() |
void |
setCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
The name of the Cache Subnet Group to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteCacheSubnetGroupRequest |
withCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
The name of the Cache Subnet Group to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getCacheSubnetGroupName()
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
public void setCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
cacheSubnetGroupName - The name of the Cache Subnet Group to delete. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
public DeleteCacheSubnetGroupRequest withCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupName - The name of the Cache Subnet Group to delete. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
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