Class InspectionErrorDetails
- java.lang.Object
-
- software.amazon.awssdk.services.sfn.model.InspectionErrorDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InspectionErrorDetails.Builder,InspectionErrorDetails>
@Generated("software.amazon.awssdk:codegen") public final class InspectionErrorDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InspectionErrorDetails.Builder,InspectionErrorDetails>
An object containing data about a handled exception in the tested state.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInspectionErrorDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InspectionErrorDetails.Builderbuilder()IntegercatchIndex()The array index of the Catch which handled the exception.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerretryBackoffIntervalSeconds()The duration in seconds of the backoff for a retry on a failed state invocation.IntegerretryIndex()The array index of the Retry which handled the exception.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InspectionErrorDetails.Builder>serializableBuilderClass()InspectionErrorDetails.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
-
catchIndex
public final Integer catchIndex()
The array index of the Catch which handled the exception.
- Returns:
- The array index of the Catch which handled the exception.
-
retryIndex
public final Integer retryIndex()
The array index of the Retry which handled the exception.
- Returns:
- The array index of the Retry which handled the exception.
-
retryBackoffIntervalSeconds
public final Integer retryBackoffIntervalSeconds()
The duration in seconds of the backoff for a retry on a failed state invocation.
- Returns:
- The duration in seconds of the backoff for a retry on a failed state invocation.
-
toBuilder
public InspectionErrorDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InspectionErrorDetails.Builder,InspectionErrorDetails>
-
builder
public static InspectionErrorDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends InspectionErrorDetails.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
-
-