@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() |
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstanceDataReplicationInitiationStep |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the step.
|
String |
getStatus()
The status of the step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the step.
|
void |
setStatus(String status)
The status of the step.
|
String |
toString()
Returns a string representation of this object.
|
RecoveryInstanceDataReplicationInitiationStep |
withName(RecoveryInstanceDataReplicationInitiationStepName name)
The name of the step.
|
RecoveryInstanceDataReplicationInitiationStep |
withName(String name)
The name of the step.
|
RecoveryInstanceDataReplicationInitiationStep |
withStatus(RecoveryInstanceDataReplicationInitiationStepStatus status)
The status of the step.
|
RecoveryInstanceDataReplicationInitiationStep |
withStatus(String status)
The status of the step.
|
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.