|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.DeleteCacheParameterGroupRequest
public class DeleteCacheParameterGroupRequest
Container for the parameters to the DeleteCacheParameterGroup operation
.
Deletes the specified CacheParameterGroup. The CacheParameterGroup cannot be deleted if it is associated with any cache clusters.
AmazonElastiCache.deleteCacheParameterGroup(DeleteCacheParameterGroupRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteCacheParameterGroupRequest()
Default constructor for a new DeleteCacheParameterGroupRequest object. |
|
DeleteCacheParameterGroupRequest(String cacheParameterGroupName)
Constructs a new DeleteCacheParameterGroupRequest object. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteCacheParameterGroupRequest()
public DeleteCacheParameterGroupRequest(String cacheParameterGroupName)
cacheParameterGroupName
- The name of the Cache Parameter Group
to delete. Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |