Class MapRunListItem
- java.lang.Object
-
- software.amazon.awssdk.services.sfn.model.MapRunListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MapRunListItem.Builder,MapRunListItem>
@Generated("software.amazon.awssdk:codegen") public final class MapRunListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MapRunListItem.Builder,MapRunListItem>
Contains details about a specific Map Run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMapRunListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MapRunListItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionArn()TheexecutionArnof the execution from which the Map Run was started.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmapRunArn()The Amazon Resource Name (ARN) of the Map Run.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MapRunListItem.Builder>serializableBuilderClass()InstantstartDate()The date on which the Map Run started.StringstateMachineArn()The Amazon Resource Name (ARN) of the executed state machine.InstantstopDate()The date on which the Map Run stopped.MapRunListItem.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
-
executionArn
public final String executionArn()
The
executionArnof the execution from which the Map Run was started.- Returns:
- The
executionArnof the execution from which the Map Run was started.
-
mapRunArn
public final String mapRunArn()
The Amazon Resource Name (ARN) of the Map Run.
- Returns:
- The Amazon Resource Name (ARN) of the Map Run.
-
stateMachineArn
public final String stateMachineArn()
The Amazon Resource Name (ARN) of the executed state machine.
- Returns:
- The Amazon Resource Name (ARN) of the executed state machine.
-
startDate
public final Instant startDate()
The date on which the Map Run started.
- Returns:
- The date on which the Map Run started.
-
stopDate
public final Instant stopDate()
The date on which the Map Run stopped.
- Returns:
- The date on which the Map Run stopped.
-
toBuilder
public MapRunListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MapRunListItem.Builder,MapRunListItem>
-
builder
public static MapRunListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends MapRunListItem.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-