@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.DataReplicationInitiationStepName
public String getName()
The name of the step.
DataReplicationInitiationStepName
public DataReplicationInitiationStep withName(String name)
The name of the step.
name
- The name of the step.DataReplicationInitiationStepName
public DataReplicationInitiationStep withName(DataReplicationInitiationStepName name)
The name of the step.
name
- The name of the step.DataReplicationInitiationStepName
public void setStatus(String status)
The status of the step.
status
- The status of the step.DataReplicationInitiationStepStatus
public String getStatus()
The status of the step.
DataReplicationInitiationStepStatus
public DataReplicationInitiationStep withStatus(String status)
The status of the step.
status
- The status of the step.DataReplicationInitiationStepStatus
public DataReplicationInitiationStep withStatus(DataReplicationInitiationStepStatus status)
The status of the step.
status
- The status of the step.DataReplicationInitiationStepStatus
public String toString()
toString
in class Object
Object.toString()
public DataReplicationInitiationStep clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.