Class LifeCycle
- java.lang.Object
-
- software.amazon.awssdk.services.mgn.model.LifeCycle
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LifeCycle.Builder,LifeCycle>
@Generated("software.amazon.awssdk:codegen") public final class LifeCycle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LifeCycle.Builder,LifeCycle>
Lifecycle.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLifeCycle.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddedToServiceDateTime()Lifecycle added to service data and time.static LifeCycle.Builderbuilder()StringelapsedReplicationDuration()Lifecycle elapsed time and duration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirstByteDateTime()Lifecycle replication initiation date and time.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LifeCycleLastCutoverlastCutover()Lifecycle last Cutover.StringlastSeenByServiceDateTime()Lifecycle last seen date and time.LifeCycleLastTestlastTest()Lifecycle last Test.List<SdkField<?>>sdkFields()static Class<? extends LifeCycle.Builder>serializableBuilderClass()LifeCycleStatestate()Lifecycle state.StringstateAsString()Lifecycle state.LifeCycle.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
addedToServiceDateTime
public final String addedToServiceDateTime()
Lifecycle added to service data and time.
- Returns:
- Lifecycle added to service data and time.
-
elapsedReplicationDuration
public final String elapsedReplicationDuration()
Lifecycle elapsed time and duration.
- Returns:
- Lifecycle elapsed time and duration.
-
firstByteDateTime
public final String firstByteDateTime()
Lifecycle replication initiation date and time.
- Returns:
- Lifecycle replication initiation date and time.
-
lastCutover
public final LifeCycleLastCutover lastCutover()
Lifecycle last Cutover.
- Returns:
- Lifecycle last Cutover.
-
lastSeenByServiceDateTime
public final String lastSeenByServiceDateTime()
Lifecycle last seen date and time.
- Returns:
- Lifecycle last seen date and time.
-
lastTest
public final LifeCycleLastTest lastTest()
Lifecycle last Test.
- Returns:
- Lifecycle last Test.
-
state
public final LifeCycleState state()
Lifecycle state.
If the service returns an enum value that is not available in the current SDK version,
statewill returnLifeCycleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Lifecycle state.
- See Also:
LifeCycleState
-
stateAsString
public final String stateAsString()
Lifecycle state.
If the service returns an enum value that is not available in the current SDK version,
statewill returnLifeCycleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Lifecycle state.
- See Also:
LifeCycleState
-
toBuilder
public LifeCycle.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LifeCycle.Builder,LifeCycle>
-
builder
public static LifeCycle.Builder builder()
-
serializableBuilderClass
public static Class<? extends LifeCycle.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-