public class DeleteCacheParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteCacheParameterGroup action.
NOOP| Constructor and Description |
|---|
DeleteCacheParameterGroupRequest()
Default constructor for DeleteCacheParameterGroupRequest object.
|
DeleteCacheParameterGroupRequest(String cacheParameterGroupName)
Constructs a new DeleteCacheParameterGroupRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCacheParameterGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCacheParameterGroupName()
The name of the cache parameter group to delete.
|
int |
hashCode() |
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteCacheParameterGroupRequest |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter 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 DeleteCacheParameterGroupRequest()
public DeleteCacheParameterGroupRequest(String cacheParameterGroupName)
cacheParameterGroupName - The name of the cache parameter group to delete. public void setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to delete.
cacheParameterGroupName - The name of the cache parameter group to delete. public String getCacheParameterGroupName()
The name of the cache parameter group to delete.
public DeleteCacheParameterGroupRequest withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to delete.
cacheParameterGroupName - The name of the cache parameter group to delete. public String toString()
toString in class ObjectObject.toString()public DeleteCacheParameterGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.