@Generated(value="software.amazon.awssdk:codegen") public final class MapRunListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MapRunListItem.Builder,MapRunListItem>
Contains details about a specific Map Run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MapRunListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MapRunListItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionArn()
The
executionArn of the execution from which the Map Run was started. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mapRunArn()
The Amazon Resource Name (ARN) of the Map Run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MapRunListItem.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The date on which the Map Run started.
|
String |
stateMachineArn()
The Amazon Resource Name (ARN) of the executed state machine.
|
Instant |
stopDate()
The date on which the Map Run stopped.
|
MapRunListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String executionArn()
The executionArn of the execution from which the Map Run was started.
executionArn of the execution from which the Map Run was started.public final String mapRunArn()
The Amazon Resource Name (ARN) of the Map Run.
public final String stateMachineArn()
The Amazon Resource Name (ARN) of the executed state machine.
public final Instant startDate()
The date on which the Map Run started.
public final Instant stopDate()
The date on which the Map Run stopped.
public MapRunListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MapRunListItem.Builder,MapRunListItem>public static MapRunListItem.Builder builder()
public static Class<? extends MapRunListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.