@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReplicationSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetReplicationSetResult() |
Modifier and Type | Method and Description |
---|---|
GetReplicationSetResult |
clone() |
boolean |
equals(Object obj) |
ReplicationSet |
getReplicationSet()
Details of the replication set.
|
int |
hashCode() |
void |
setReplicationSet(ReplicationSet replicationSet)
Details of the replication set.
|
String |
toString()
Returns a string representation of this object.
|
GetReplicationSetResult |
withReplicationSet(ReplicationSet replicationSet)
Details of the replication set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReplicationSet(ReplicationSet replicationSet)
Details of the replication set.
replicationSet
- Details of the replication set.public ReplicationSet getReplicationSet()
Details of the replication set.
public GetReplicationSetResult withReplicationSet(ReplicationSet replicationSet)
Details of the replication set.
replicationSet
- Details of the replication set.public String toString()
toString
in class Object
Object.toString()
public GetReplicationSetResult clone()