public class DeleteCacheParameterGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteCacheParameterGroup operation.
Deletes the specified CacheParameterGroup. The CacheParameterGroup cannot be deleted if it is associated with any cache clusters.
| コンストラクタと説明 |
|---|
DeleteCacheParameterGroupRequest()
Default constructor for a new DeleteCacheParameterGroupRequest object.
|
DeleteCacheParameterGroupRequest(java.lang.String cacheParameterGroupName)
Constructs a new DeleteCacheParameterGroupRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheParameterGroupName()
The name of the Cache Parameter Group to delete.
|
int |
hashCode() |
void |
setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the Cache Parameter Group to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteCacheParameterGroupRequest |
withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the Cache Parameter Group to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteCacheParameterGroupRequest()
public DeleteCacheParameterGroupRequest(java.lang.String cacheParameterGroupName)
cacheParameterGroupName - The name of the Cache Parameter Group
to delete. public java.lang.String getCacheParameterGroupName()
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
cacheParameterGroupName - The name of the Cache Parameter Group to delete. public DeleteCacheParameterGroupRequest withCacheParameterGroupName(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object