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