@Generated(value="software.amazon.awssdk:codegen") public final class LifeCycle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LifeCycle.Builder,LifeCycle>
An object representing the Source Server Lifecycle.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LifeCycle.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addedToServiceDateTime()
The date and time of when the Source Server was added to the service.
|
static LifeCycle.Builder |
builder() |
String |
elapsedReplicationDuration()
The amount of time that the Source Server has been replicating for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
firstByteDateTime()
The date and time of the first byte that was replicated from the Source Server.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LifeCycleLastLaunch |
lastLaunch()
An object containing information regarding the last launch of the Source Server.
|
String |
lastSeenByServiceDateTime()
The date and time this Source Server was last seen by the service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LifeCycle.Builder> |
serializableBuilderClass() |
LifeCycle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String addedToServiceDateTime()
The date and time of when the Source Server was added to the service.
public final String elapsedReplicationDuration()
The amount of time that the Source Server has been replicating for.
public final String firstByteDateTime()
The date and time of the first byte that was replicated from the Source Server.
public final LifeCycleLastLaunch lastLaunch()
An object containing information regarding the last launch of the Source Server.
public final String lastSeenByServiceDateTime()
The date and time this Source Server was last seen by the service.
public 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.