|
|||||||
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)
Constructor Summary | |
---|---|
DeleteCacheParameterGroupRequest()
Default constructor for a new DeleteCacheParameterGroupRequest object. |
|
DeleteCacheParameterGroupRequest(String cacheParameterGroupName)
Constructs a new DeleteCacheParameterGroupRequest object. |
Method Summary | |
---|---|
String |
getCacheParameterGroupName()
The name of the Cache Parameter Group to delete. |
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 |
---|
equals, getClass, hashCode, 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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |