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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MapRunListItem.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringTheexecutionArnof the execution from which the Map Run was started.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe Amazon Resource Name (ARN) of the Map Run.static Class<? extends MapRunListItem.Builder>final InstantThe date on which the Map Run started.final StringThe Amazon Resource Name (ARN) of the executed state machine.final InstantstopDate()The date on which the Map Run stopped.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
The Amazon Resource Name (ARN) of the Map Run.
- Returns:
- The Amazon Resource Name (ARN) of the Map Run.
-
stateMachineArn
The Amazon Resource Name (ARN) of the executed state machine.
- Returns:
- The Amazon Resource Name (ARN) of the executed state machine.
-
startDate
The date on which the Map Run started.
- Returns:
- The date on which the Map Run started.
-
stopDate
The date on which the Map Run stopped.
- Returns:
- The date on which the Map Run stopped.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<MapRunListItem.Builder,MapRunListItem>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-