@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecoveryInstanceDataReplicationInitiationStep extends Object implements Serializable, Cloneable, StructuredPojo
Data replication initiation step.
| Constructor and Description |
|---|
RecoveryInstanceDataReplicationInitiationStep() |
public RecoveryInstanceDataReplicationInitiationStep()
public void setName(String name)
The name of the step.
name - The name of the step.RecoveryInstanceDataReplicationInitiationStepNamepublic String getName()
The name of the step.
RecoveryInstanceDataReplicationInitiationStepNamepublic RecoveryInstanceDataReplicationInitiationStep withName(String name)
The name of the step.
name - The name of the step.RecoveryInstanceDataReplicationInitiationStepNamepublic RecoveryInstanceDataReplicationInitiationStep withName(RecoveryInstanceDataReplicationInitiationStepName name)
The name of the step.
name - The name of the step.RecoveryInstanceDataReplicationInitiationStepNamepublic void setStatus(String status)
The status of the step.
status - The status of the step.RecoveryInstanceDataReplicationInitiationStepStatuspublic String getStatus()
The status of the step.
RecoveryInstanceDataReplicationInitiationStepStatuspublic RecoveryInstanceDataReplicationInitiationStep withStatus(String status)
The status of the step.
status - The status of the step.RecoveryInstanceDataReplicationInitiationStepStatuspublic RecoveryInstanceDataReplicationInitiationStep withStatus(RecoveryInstanceDataReplicationInitiationStepStatus status)
The status of the step.
status - The status of the step.RecoveryInstanceDataReplicationInitiationStepStatuspublic String toString()
toString in class ObjectObject.toString()public RecoveryInstanceDataReplicationInitiationStep clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.