Class AnnotationError
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.AnnotationError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnnotationError.Builder,AnnotationError>
@Generated("software.amazon.awssdk:codegen") public final class AnnotationError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnnotationError.Builder,AnnotationError>
A failed annotation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnnotationError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnnotationError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()The reason why the annotation failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprofileId()The Profile ID for the failed annotation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AnnotationError.Builder>serializableBuilderClass()StringstatisticId()The Statistic ID for the failed annotation.AnnotationError.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
-
profileId
public final String profileId()
The Profile ID for the failed annotation.
- Returns:
- The Profile ID for the failed annotation.
-
statisticId
public final String statisticId()
The Statistic ID for the failed annotation.
- Returns:
- The Statistic ID for the failed annotation.
-
failureReason
public final String failureReason()
The reason why the annotation failed.
- Returns:
- The reason why the annotation failed.
-
toBuilder
public AnnotationError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnnotationError.Builder,AnnotationError>
-
builder
public static AnnotationError.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnnotationError.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
-
-