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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe Amazon Resource Name (ARN) of a Map Run that was redriven.final IntegerThe number of times the Map Run has been redriven at this point in the execution's history including this event.static Class<? extends MapRunRedrivenEventDetails.Builder>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
-
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
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<MapRunRedrivenEventDetails.Builder,MapRunRedrivenEventDetails>
-
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
-