Class MapRunRedrivenEventDetails
- java.lang.Object
-
- software.amazon.awssdk.services.sfn.model.MapRunRedrivenEventDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MapRunRedrivenEventDetails.Builder,MapRunRedrivenEventDetails>
@Generated("software.amazon.awssdk:codegen") public final class MapRunRedrivenEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MapRunRedrivenEventDetails.Builder,MapRunRedrivenEventDetails>
Contains details about a Map Run that was redriven.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMapRunRedrivenEventDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MapRunRedrivenEventDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmapRunArn()The Amazon Resource Name (ARN) of a Map Run that was redriven.IntegerredriveCount()The number of times the Map Run has been redriven at this point in the execution's history including this event.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MapRunRedrivenEventDetails.Builder>serializableBuilderClass()MapRunRedrivenEventDetails.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
-
mapRunArn
public final String mapRunArn()
The Amazon Resource Name (ARN) of a Map Run that was redriven.
- Returns:
- The Amazon Resource Name (ARN) of a Map Run that was redriven.
-
redriveCount
public final Integer redriveCount()
The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.
- Returns:
- The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.
-
toBuilder
public MapRunRedrivenEventDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MapRunRedrivenEventDetails.Builder,MapRunRedrivenEventDetails>
-
builder
public static MapRunRedrivenEventDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends MapRunRedrivenEventDetails.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
-
-