@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataReplicationInitiation extends Object implements Serializable, Cloneable, StructuredPojo
Data replication initiation.
Constructor and Description |
---|
DataReplicationInitiation() |
Modifier and Type | Method and Description |
---|---|
DataReplicationInitiation |
clone() |
boolean |
equals(Object obj) |
String |
getNextAttemptDateTime()
The date and time of the next attempt to initiate data replication.
|
String |
getStartDateTime()
The date and time of the current attempt to initiate data replication.
|
List<DataReplicationInitiationStep> |
getSteps()
The steps of the current attempt to initiate data replication.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNextAttemptDateTime(String nextAttemptDateTime)
The date and time of the next attempt to initiate data replication.
|
void |
setStartDateTime(String startDateTime)
The date and time of the current attempt to initiate data replication.
|
void |
setSteps(Collection<DataReplicationInitiationStep> steps)
The steps of the current attempt to initiate data replication.
|
String |
toString()
Returns a string representation of this object.
|
DataReplicationInitiation |
withNextAttemptDateTime(String nextAttemptDateTime)
The date and time of the next attempt to initiate data replication.
|
DataReplicationInitiation |
withStartDateTime(String startDateTime)
The date and time of the current attempt to initiate data replication.
|
DataReplicationInitiation |
withSteps(Collection<DataReplicationInitiationStep> steps)
The steps of the current attempt to initiate data replication.
|
DataReplicationInitiation |
withSteps(DataReplicationInitiationStep... steps)
The steps of the current attempt to initiate data replication.
|
public void setNextAttemptDateTime(String nextAttemptDateTime)
The date and time of the next attempt to initiate data replication.
nextAttemptDateTime
- The date and time of the next attempt to initiate data replication.public String getNextAttemptDateTime()
The date and time of the next attempt to initiate data replication.
public DataReplicationInitiation withNextAttemptDateTime(String nextAttemptDateTime)
The date and time of the next attempt to initiate data replication.
nextAttemptDateTime
- The date and time of the next attempt to initiate data replication.public void setStartDateTime(String startDateTime)
The date and time of the current attempt to initiate data replication.
startDateTime
- The date and time of the current attempt to initiate data replication.public String getStartDateTime()
The date and time of the current attempt to initiate data replication.
public DataReplicationInitiation withStartDateTime(String startDateTime)
The date and time of the current attempt to initiate data replication.
startDateTime
- The date and time of the current attempt to initiate data replication.public List<DataReplicationInitiationStep> getSteps()
The steps of the current attempt to initiate data replication.
public void setSteps(Collection<DataReplicationInitiationStep> steps)
The steps of the current attempt to initiate data replication.
steps
- The steps of the current attempt to initiate data replication.public DataReplicationInitiation withSteps(DataReplicationInitiationStep... steps)
The steps of the current attempt to initiate data replication.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection)
or withSteps(java.util.Collection)
if you want to override the
existing values.
steps
- The steps of the current attempt to initiate data replication.public DataReplicationInitiation withSteps(Collection<DataReplicationInitiationStep> steps)
The steps of the current attempt to initiate data replication.
steps
- The steps of the current attempt to initiate data replication.public String toString()
toString
in class Object
Object.toString()
public DataReplicationInitiation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.