@Generated(value="software.amazon.awssdk:codegen") public final class LifeCycle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LifeCycle.Builder,LifeCycle>
Lifecycle.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LifeCycle.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addedToServiceDateTime()
Lifecycle added to service data and time.
|
static LifeCycle.Builder |
builder() |
String |
elapsedReplicationDuration()
Lifecycle elapsed time and duration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
firstByteDateTime()
Lifecycle replication initiation date and time.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LifeCycleLastCutover |
lastCutover()
Lifecycle last Cutover.
|
String |
lastSeenByServiceDateTime()
Lifecycle last seen date and time.
|
LifeCycleLastTest |
lastTest()
Lifecycle last Test.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LifeCycle.Builder> |
serializableBuilderClass() |
LifeCycleState |
state()
Lifecycle state.
|
String |
stateAsString()
Lifecycle state.
|
LifeCycle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String addedToServiceDateTime()
Lifecycle added to service data and time.
public final String elapsedReplicationDuration()
Lifecycle elapsed time and duration.
public final String firstByteDateTime()
Lifecycle replication initiation date and time.
public final LifeCycleLastCutover lastCutover()
Lifecycle last Cutover.
public final String lastSeenByServiceDateTime()
Lifecycle last seen date and time.
public final LifeCycleLastTest lastTest()
Lifecycle last Test.
public final LifeCycleState state()
Lifecycle state.
If the service returns an enum value that is not available in the current SDK version, state will return
LifeCycleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
LifeCycleStatepublic final String stateAsString()
Lifecycle state.
If the service returns an enum value that is not available in the current SDK version, state will return
LifeCycleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
LifeCycleStatepublic LifeCycle.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LifeCycle.Builder,LifeCycle>public static LifeCycle.Builder builder()
public static Class<? extends LifeCycle.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.