Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticache.model
Class DeleteCacheParameterGroupRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticache.model.DeleteCacheParameterGroupRequest
All Implemented Interfaces:
Serializable

public class DeleteCacheParameterGroupRequest
extends AmazonWebServiceRequest
implements Serializable

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.

See Also:
AmazonElastiCache.deleteCacheParameterGroup(DeleteCacheParameterGroupRequest), Serialized Form

Constructor 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

DeleteCacheParameterGroupRequest

public DeleteCacheParameterGroupRequest()
Default constructor for a new DeleteCacheParameterGroupRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


DeleteCacheParameterGroupRequest

public DeleteCacheParameterGroupRequest(String cacheParameterGroupName)
Constructs a new DeleteCacheParameterGroupRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
cacheParameterGroupName - The name of the Cache Parameter Group to delete. The specified cache security group must not be associated with any Cache clusters.
Method Detail

getCacheParameterGroupName

public String getCacheParameterGroupName()
The name of the Cache Parameter Group to delete. The specified cache security group must not be associated with any Cache clusters.

Returns:
The name of the Cache Parameter Group to delete. The specified cache security group must not be associated with any Cache clusters.

setCacheParameterGroupName

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 Cache clusters.

Parameters:
cacheParameterGroupName - The name of the Cache Parameter Group to delete. The specified cache security group must not be associated with any Cache clusters.

withCacheParameterGroupName

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 Cache clusters.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cacheParameterGroupName - The name of the Cache Parameter Group to delete. The specified cache security group must not be associated with any Cache clusters.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.