@Generated(value="software.amazon.awssdk:codegen") public final class LifeCycleLastLaunchInitiated extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LifeCycleLastLaunchInitiated.Builder,LifeCycleLastLaunchInitiated>
An object containing information regarding the initiation of the last launch of a Source Server.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LifeCycleLastLaunchInitiated.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiCallDateTime()
The date and time the last Source Server launch was initiated.
|
static LifeCycleLastLaunchInitiated.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobID()
The ID of the Job that was used to last launch the Source Server.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LifeCycleLastLaunchInitiated.Builder> |
serializableBuilderClass() |
LifeCycleLastLaunchInitiated.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
LastLaunchType |
type()
The Job type that was used to last launch the Source Server.
|
String |
typeAsString()
The Job type that was used to last launch the Source Server.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiCallDateTime()
The date and time the last Source Server launch was initiated.
public final String jobID()
The ID of the Job that was used to last launch the Source Server.
public final LastLaunchType type()
The Job type that was used to last launch the Source Server.
If the service returns an enum value that is not available in the current SDK version, type will return
LastLaunchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
LastLaunchTypepublic final String typeAsString()
The Job type that was used to last launch the Source Server.
If the service returns an enum value that is not available in the current SDK version, type will return
LastLaunchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
LastLaunchTypepublic LifeCycleLastLaunchInitiated.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LifeCycleLastLaunchInitiated.Builder,LifeCycleLastLaunchInitiated>public static LifeCycleLastLaunchInitiated.Builder builder()
public static Class<? extends LifeCycleLastLaunchInitiated.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.