@Generated(value="software.amazon.awssdk:codegen") public final class LaunchExecution extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchExecution.Builder,LaunchExecution>
This structure contains information about the start and end times of the launch.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchExecution.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LaunchExecution.Builder |
builder() |
Instant |
endedTime()
The date and time that the launch ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchExecution.Builder> |
serializableBuilderClass() |
Instant |
startedTime()
The date and time that the launch started.
|
LaunchExecution.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant endedTime()
The date and time that the launch ended.
public final Instant startedTime()
The date and time that the launch started.
public LaunchExecution.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchExecution.Builder,LaunchExecution>public static LaunchExecution.Builder builder()
public static Class<? extends LaunchExecution.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.