@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCacheParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteCacheParameterGroup
operation.
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() |
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.
|
DeleteCacheParameterGroupRequest |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to delete.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteCacheParameterGroupRequest()
public DeleteCacheParameterGroupRequest(String cacheParameterGroupName)
cacheParameterGroupName
- The name of the cache parameter group to delete. The specified cache security group must not be associated with any clusters.
public void setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to delete.
The specified cache security group must not be associated with any clusters.
cacheParameterGroupName
- The name of the cache parameter group to delete. The specified cache security group must not be associated with any clusters.
public String getCacheParameterGroupName()
The name of the cache parameter group to delete.
The specified cache security group must not be associated with any clusters.
The specified cache security group must not be associated with any clusters.
public DeleteCacheParameterGroupRequest withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to delete.
The specified cache security group must not be associated with any clusters.
cacheParameterGroupName
- The name of the cache parameter group to delete. The specified cache security group must not be associated with any clusters.
public String toString()
toString
in class Object
Object.toString()
public DeleteCacheParameterGroupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.