Package com.amazonaws.services.ecs.model
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()
boolean
The full description of the deleted cluster.int
hashCode()
void
setCluster
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-