Class DeleteClusterResult
java.lang.Object
com.amazonaws.services.ecs.model.DeleteClusterResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe full description of the deleted cluster.inthashCode()voidsetCluster(Cluster cluster) The full description of the deleted cluster.toString()Returns a string representation of this object; useful for testing and debugging.withCluster(Cluster cluster) The full description of the deleted cluster.
-
Constructor Details
-
DeleteClusterResult
public DeleteClusterResult()
-
-
Method Details
-
setCluster
The full description of the deleted cluster.
- Parameters:
cluster- The full description of the deleted cluster.
-
getCluster
The full description of the deleted cluster.
- Returns:
- The full description of the deleted cluster.
-
withCluster
The full description of the deleted cluster.
- Parameters:
cluster- The full description of the deleted cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-