Package com.amazonaws.services.ecs.model
Class CreateClusterResult
java.lang.Object
com.amazonaws.services.ecs.model.CreateClusterResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The full description of your new cluster.int
hashCode()
void
setCluster
(Cluster cluster) The full description of your new cluster.toString()
Returns a string representation of this object; useful for testing and debugging.withCluster
(Cluster cluster) The full description of your new cluster.
-
Constructor Details
-
CreateClusterResult
public CreateClusterResult()
-
-
Method Details
-
setCluster
The full description of your new cluster.
- Parameters:
cluster
- The full description of your new cluster.
-
getCluster
The full description of your new cluster.
- Returns:
- The full description of your new cluster.
-
withCluster
The full description of your new cluster.
- Parameters:
cluster
- The full description of your new 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
-