|
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.DeleteCacheClusterRequest
public class DeleteCacheClusterRequest
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.
AmazonElastiCache.deleteCacheCluster(DeleteCacheClusterRequest)
,
Serialized FormConstructor 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 |
---|
public DeleteCacheClusterRequest()
public DeleteCacheClusterRequest(String cacheClusterId)
cacheClusterId
- The Cache Cluster identifier for the Cache
Cluster to be deleted. This parameter isn't case sensitive.Method Detail |
---|
public String getCacheClusterId()
public void setCacheClusterId(String cacheClusterId)
cacheClusterId
- The Cache Cluster identifier for the Cache Cluster to be deleted. This
parameter isn't case sensitive.public DeleteCacheClusterRequest withCacheClusterId(String cacheClusterId)
Returns a reference to this object so that method calls can be chained together.
cacheClusterId
- The Cache Cluster identifier for the Cache Cluster to be deleted. This
parameter isn't case sensitive.
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 |