public class DeleteCacheSubnetGroupRequest extends AmazonWebServiceRequest implements Serializable
DeleteCacheSubnetGroup operation.
The DeleteCacheSubnetGroup operation deletes a cache subnet group.
NOTE:You cannot delete a cache subnet group if it is associated with any cache clusters.
NOOP| Constructor and Description |
|---|
DeleteCacheSubnetGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCacheSubnetGroupName()
The name of the cache subnet group to delete.
|
int |
hashCode() |
void |
setCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteCacheSubnetGroupRequest |
withCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group to delete.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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(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(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 String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.