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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.