@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartOnDemandReplicationRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartOnDemandReplicationRunResult() |
| Modifier and Type | Method and Description |
|---|---|
StartOnDemandReplicationRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getReplicationRunId()
The ID of the replication run.
|
int |
hashCode() |
void |
setReplicationRunId(String replicationRunId)
The ID of the replication run.
|
String |
toString()
Returns a string representation of this object.
|
StartOnDemandReplicationRunResult |
withReplicationRunId(String replicationRunId)
The ID of the replication run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setReplicationRunId(String replicationRunId)
The ID of the replication run.
replicationRunId - The ID of the replication run.public String getReplicationRunId()
The ID of the replication run.
public StartOnDemandReplicationRunResult withReplicationRunId(String replicationRunId)
The ID of the replication run.
replicationRunId - The ID of the replication run.public String toString()
toString in class ObjectObject.toString()public StartOnDemandReplicationRunResult clone()