Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticache.model
Class DeleteCacheClusterRequest

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

public class DeleteCacheClusterRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DeleteCacheCluster operation.

Deletes a previously provisioned Cache Cluster. A successful response from the web service indicates the request was received correctly. This action cannot be canceled or reverted. DeleteCacheCluster deletes all associated Cache Nodes, node endpoints and the Cache Cluster itself.

See Also:
AmazonElastiCache.deleteCacheCluster(DeleteCacheClusterRequest), Serialized Form

Constructor Summary
DeleteCacheClusterRequest()
          Default constructor for a new DeleteCacheClusterRequest object.
DeleteCacheClusterRequest(String cacheClusterId)
          Constructs a new DeleteCacheClusterRequest object.
 
Method Summary
 boolean equals(Object obj)
           
 String getCacheClusterId()
          The Cache Cluster identifier for the Cache Cluster to be deleted.
 int hashCode()
           
 void setCacheClusterId(String cacheClusterId)
          The Cache Cluster identifier for the Cache Cluster to be deleted.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteCacheClusterRequest withCacheClusterId(String cacheClusterId)
          The Cache Cluster identifier for the Cache Cluster to be deleted.
 
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

DeleteCacheClusterRequest

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


DeleteCacheClusterRequest

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

Parameters:
cacheClusterId - The Cache Cluster identifier for the Cache Cluster to be deleted. This parameter isn't case sensitive.
Method Detail

getCacheClusterId

public String getCacheClusterId()
The Cache Cluster identifier for the Cache Cluster to be deleted. This parameter isn't case sensitive.

Returns:
The Cache Cluster identifier for the Cache Cluster to be deleted. This parameter isn't case sensitive.

setCacheClusterId

public void setCacheClusterId(String cacheClusterId)
The Cache Cluster identifier for the Cache Cluster to be deleted. This parameter isn't case sensitive.

Parameters:
cacheClusterId - The Cache Cluster identifier for the Cache Cluster to be deleted. This parameter isn't case sensitive.

withCacheClusterId

public DeleteCacheClusterRequest withCacheClusterId(String cacheClusterId)
The Cache Cluster identifier for the Cache Cluster to be deleted. This parameter isn't case sensitive.

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

Parameters:
cacheClusterId - The Cache Cluster identifier for the Cache Cluster to be deleted. This parameter isn't case sensitive.
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.