public class DeleteCacheSubnetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteCacheSubnetGroup action.
NOOP| Constructor and Description |
|---|
DeleteCacheSubnetGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCacheSubnetGroupRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group to delete.
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 String getCacheSubnetGroupName()
The name of the cache subnet group to delete.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
public DeleteCacheSubnetGroupRequest withCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group to delete.
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 String toString()
toString in class ObjectObject.toString()public DeleteCacheSubnetGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.