@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetClusterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetClusterResult() |
| Modifier and Type | Method and Description |
|---|---|
GetClusterResult |
clone() |
boolean |
equals(Object obj) |
Cluster |
getCluster()
Returns information about a specific elastic cluster.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
Returns information about a specific elastic cluster.
|
String |
toString()
Returns a string representation of this object.
|
GetClusterResult |
withCluster(Cluster cluster)
Returns information about a specific elastic cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCluster(Cluster cluster)
Returns information about a specific elastic cluster.
cluster - Returns information about a specific elastic cluster.public Cluster getCluster()
Returns information about a specific elastic cluster.
public GetClusterResult withCluster(Cluster cluster)
Returns information about a specific elastic cluster.
cluster - Returns information about a specific elastic cluster.public String toString()
toString in class ObjectObject.toString()public GetClusterResult clone()