@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataReplicationInitiationStep extends Object implements Serializable, Cloneable, StructuredPojo
Data replication initiation step.
| Constructor and Description |
|---|
DataReplicationInitiationStep() |
| Modifier and Type | Method and Description |
|---|---|
DataReplicationInitiationStep |
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)
Marshalls this structured data using the given
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.
|
DataReplicationInitiationStep |
withName(DataReplicationInitiationStepName name)
The name of the step.
|
DataReplicationInitiationStep |
withName(String name)
The name of the step.
|
DataReplicationInitiationStep |
withStatus(DataReplicationInitiationStepStatus status)
The status of the step.
|
DataReplicationInitiationStep |
withStatus(String status)
The status of the step.
|
public void setName(String name)
The name of the step.
name - The name of the step.DataReplicationInitiationStepNamepublic String getName()
The name of the step.
DataReplicationInitiationStepNamepublic DataReplicationInitiationStep withName(String name)
The name of the step.
name - The name of the step.DataReplicationInitiationStepNamepublic DataReplicationInitiationStep withName(DataReplicationInitiationStepName name)
The name of the step.
name - The name of the step.DataReplicationInitiationStepNamepublic void setStatus(String status)
The status of the step.
status - The status of the step.DataReplicationInitiationStepStatuspublic String getStatus()
The status of the step.
DataReplicationInitiationStepStatuspublic DataReplicationInitiationStep withStatus(String status)
The status of the step.
status - The status of the step.DataReplicationInitiationStepStatuspublic DataReplicationInitiationStep withStatus(DataReplicationInitiationStepStatus status)
The status of the step.
status - The status of the step.DataReplicationInitiationStepStatuspublic String toString()
toString in class ObjectObject.toString()public DataReplicationInitiationStep clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.