@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LifeCycle extends Object implements Serializable, Cloneable, StructuredPojo
Lifecycle.
Constructor and Description |
---|
LifeCycle() |
Modifier and Type | Method and Description |
---|---|
LifeCycle |
clone() |
boolean |
equals(Object obj) |
String |
getAddedToServiceDateTime()
Lifecycle added to service data and time.
|
String |
getElapsedReplicationDuration()
Lifecycle elapsed time and duration.
|
String |
getFirstByteDateTime()
Lifecycle replication initiation date and time.
|
LifeCycleLastCutover |
getLastCutover()
Lifecycle last Cutover.
|
String |
getLastSeenByServiceDateTime()
Lifecycle last seen date and time.
|
LifeCycleLastTest |
getLastTest()
Lifecycle last Test.
|
String |
getState()
Lifecycle state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAddedToServiceDateTime(String addedToServiceDateTime)
Lifecycle added to service data and time.
|
void |
setElapsedReplicationDuration(String elapsedReplicationDuration)
Lifecycle elapsed time and duration.
|
void |
setFirstByteDateTime(String firstByteDateTime)
Lifecycle replication initiation date and time.
|
void |
setLastCutover(LifeCycleLastCutover lastCutover)
Lifecycle last Cutover.
|
void |
setLastSeenByServiceDateTime(String lastSeenByServiceDateTime)
Lifecycle last seen date and time.
|
void |
setLastTest(LifeCycleLastTest lastTest)
Lifecycle last Test.
|
void |
setState(String state)
Lifecycle state.
|
String |
toString()
Returns a string representation of this object.
|
LifeCycle |
withAddedToServiceDateTime(String addedToServiceDateTime)
Lifecycle added to service data and time.
|
LifeCycle |
withElapsedReplicationDuration(String elapsedReplicationDuration)
Lifecycle elapsed time and duration.
|
LifeCycle |
withFirstByteDateTime(String firstByteDateTime)
Lifecycle replication initiation date and time.
|
LifeCycle |
withLastCutover(LifeCycleLastCutover lastCutover)
Lifecycle last Cutover.
|
LifeCycle |
withLastSeenByServiceDateTime(String lastSeenByServiceDateTime)
Lifecycle last seen date and time.
|
LifeCycle |
withLastTest(LifeCycleLastTest lastTest)
Lifecycle last Test.
|
LifeCycle |
withState(LifeCycleState state)
Lifecycle state.
|
LifeCycle |
withState(String state)
Lifecycle state.
|
public void setAddedToServiceDateTime(String addedToServiceDateTime)
Lifecycle added to service data and time.
addedToServiceDateTime
- Lifecycle added to service data and time.public String getAddedToServiceDateTime()
Lifecycle added to service data and time.
public LifeCycle withAddedToServiceDateTime(String addedToServiceDateTime)
Lifecycle added to service data and time.
addedToServiceDateTime
- Lifecycle added to service data and time.public void setElapsedReplicationDuration(String elapsedReplicationDuration)
Lifecycle elapsed time and duration.
elapsedReplicationDuration
- Lifecycle elapsed time and duration.public String getElapsedReplicationDuration()
Lifecycle elapsed time and duration.
public LifeCycle withElapsedReplicationDuration(String elapsedReplicationDuration)
Lifecycle elapsed time and duration.
elapsedReplicationDuration
- Lifecycle elapsed time and duration.public void setFirstByteDateTime(String firstByteDateTime)
Lifecycle replication initiation date and time.
firstByteDateTime
- Lifecycle replication initiation date and time.public String getFirstByteDateTime()
Lifecycle replication initiation date and time.
public LifeCycle withFirstByteDateTime(String firstByteDateTime)
Lifecycle replication initiation date and time.
firstByteDateTime
- Lifecycle replication initiation date and time.public void setLastCutover(LifeCycleLastCutover lastCutover)
Lifecycle last Cutover.
lastCutover
- Lifecycle last Cutover.public LifeCycleLastCutover getLastCutover()
Lifecycle last Cutover.
public LifeCycle withLastCutover(LifeCycleLastCutover lastCutover)
Lifecycle last Cutover.
lastCutover
- Lifecycle last Cutover.public void setLastSeenByServiceDateTime(String lastSeenByServiceDateTime)
Lifecycle last seen date and time.
lastSeenByServiceDateTime
- Lifecycle last seen date and time.public String getLastSeenByServiceDateTime()
Lifecycle last seen date and time.
public LifeCycle withLastSeenByServiceDateTime(String lastSeenByServiceDateTime)
Lifecycle last seen date and time.
lastSeenByServiceDateTime
- Lifecycle last seen date and time.public void setLastTest(LifeCycleLastTest lastTest)
Lifecycle last Test.
lastTest
- Lifecycle last Test.public LifeCycleLastTest getLastTest()
Lifecycle last Test.
public LifeCycle withLastTest(LifeCycleLastTest lastTest)
Lifecycle last Test.
lastTest
- Lifecycle last Test.public void setState(String state)
Lifecycle state.
state
- Lifecycle state.LifeCycleState
public String getState()
Lifecycle state.
LifeCycleState
public LifeCycle withState(String state)
Lifecycle state.
state
- Lifecycle state.LifeCycleState
public LifeCycle withState(LifeCycleState state)
Lifecycle state.
state
- Lifecycle state.LifeCycleState
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.