@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicationRunStageDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details of the current stage of a replication run.
| Constructor and Description |
|---|
ReplicationRunStageDetails() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationRunStageDetails |
clone() |
boolean |
equals(Object obj) |
String |
getStage()
String describing the current stage of a replication run.
|
String |
getStageProgress()
String describing the progress of the current stage of a replication run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStage(String stage)
String describing the current stage of a replication run.
|
void |
setStageProgress(String stageProgress)
String describing the progress of the current stage of a replication run.
|
String |
toString()
Returns a string representation of this object.
|
ReplicationRunStageDetails |
withStage(String stage)
String describing the current stage of a replication run.
|
ReplicationRunStageDetails |
withStageProgress(String stageProgress)
String describing the progress of the current stage of a replication run.
|
public void setStage(String stage)
String describing the current stage of a replication run.
stage - String describing the current stage of a replication run.public String getStage()
String describing the current stage of a replication run.
public ReplicationRunStageDetails withStage(String stage)
String describing the current stage of a replication run.
stage - String describing the current stage of a replication run.public void setStageProgress(String stageProgress)
String describing the progress of the current stage of a replication run.
stageProgress - String describing the progress of the current stage of a replication run.public String getStageProgress()
String describing the progress of the current stage of a replication run.
public ReplicationRunStageDetails withStageProgress(String stageProgress)
String describing the progress of the current stage of a replication run.
stageProgress - String describing the progress of the current stage of a replication run.public String toString()
toString in class ObjectObject.toString()public ReplicationRunStageDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.