Class RegisterEcsClusterResult
java.lang.Object
com.amazonaws.services.opsworks.model.RegisterEcsClusterResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the response to a RegisterEcsCluster request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe cluster's ARN.inthashCode()voidsetEcsClusterArn(String ecsClusterArn) The cluster's ARN.toString()Returns a string representation of this object; useful for testing and debugging.withEcsClusterArn(String ecsClusterArn) The cluster's ARN.
-
Constructor Details
-
RegisterEcsClusterResult
public RegisterEcsClusterResult()
-
-
Method Details
-
setEcsClusterArn
The cluster's ARN.
- Parameters:
ecsClusterArn- The cluster's ARN.
-
getEcsClusterArn
The cluster's ARN.
- Returns:
- The cluster's ARN.
-
withEcsClusterArn
The cluster's ARN.
- Parameters:
ecsClusterArn- The cluster's ARN.- 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
-