public class DeleteClusterRequest extends AmazonWebServiceRequest implements Serializable
DeleteCluster operation.
Deletes the specified cluster. You must deregister all container instances from this cluster before you may delete it. You can list the container instances in a cluster with ListContainerInstances and deregister them with DeregisterContainerInstance.
NOOP| Constructor and Description |
|---|
DeleteClusterRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCluster()
The cluster you want to delete.
|
int |
hashCode() |
void |
setCluster(String cluster)
The cluster you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteClusterRequest |
withCluster(String cluster)
The cluster you want to delete.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getCluster()
public void setCluster(String cluster)
cluster - The cluster you want to delete.public DeleteClusterRequest withCluster(String cluster)
Returns a reference to this object so that method calls can be chained together.
cluster - The cluster you want to delete.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.