@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 identifier of the replication run.
|
int |
hashCode() |
void |
setReplicationRunId(String replicationRunId)
The identifier of the replication run.
|
String |
toString()
Returns a string representation of this object.
|
StartOnDemandReplicationRunResult |
withReplicationRunId(String replicationRunId)
The identifier of the replication run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReplicationRunId(String replicationRunId)
The identifier of the replication run.
replicationRunId
- The identifier of the replication run.public String getReplicationRunId()
The identifier of the replication run.
public StartOnDemandReplicationRunResult withReplicationRunId(String replicationRunId)
The identifier of the replication run.
replicationRunId
- The identifier of the replication run.public String toString()
toString
in class Object
Object.toString()
public StartOnDemandReplicationRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.