public class DeleteCacheParameterGroupRequest extends AmazonWebServiceRequest implements Serializable
DeleteCacheParameterGroup operation.
 The DeleteCacheParameterGroup operation deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.
NOOP| Constructor and Description | 
|---|
| DeleteCacheParameterGroupRequest()Default constructor for a new DeleteCacheParameterGroupRequest object. | 
| DeleteCacheParameterGroupRequest(String cacheParameterGroupName)Constructs a new DeleteCacheParameterGroupRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DeleteCacheParameterGroupRequest()
public DeleteCacheParameterGroupRequest(String cacheParameterGroupName)
cacheParameterGroupName - The name of the cache parameter group
 to delete. public String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName - The name of the cache parameter group to delete. public DeleteCacheParameterGroupRequest withCacheParameterGroupName(String cacheParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupName - The name of the cache parameter group to delete. public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.