Class ErrorInfo
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.ErrorInfo
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ErrorInfo.Builder,ErrorInfo>
@Generated("software.amazon.awssdk:codegen") public final class ErrorInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ErrorInfo.Builder,ErrorInfo>
Provides details in the event of a failed flow, including the failure count and the related error messages.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ErrorInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ErrorInfo.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
executionMessage()
Specifies the error message that appears if a flow fails.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Long
putFailuresCount()
Specifies the failure count for the attempted flow.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ErrorInfo.Builder>
serializableBuilderClass()
ErrorInfo.Builder
toBuilder()
String
toString()
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
-
putFailuresCount
public final Long putFailuresCount()
Specifies the failure count for the attempted flow.
- Returns:
- Specifies the failure count for the attempted flow.
-
executionMessage
public final String executionMessage()
Specifies the error message that appears if a flow fails.
- Returns:
- Specifies the error message that appears if a flow fails.
-
toBuilder
public ErrorInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ErrorInfo.Builder,ErrorInfo>
-
builder
public static ErrorInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ErrorInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-