Class BatchGetSchemaAnalysisRuleError
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.BatchGetSchemaAnalysisRuleError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetSchemaAnalysisRuleError.Builder,BatchGetSchemaAnalysisRuleError>
@Generated("software.amazon.awssdk:codegen") public final class BatchGetSchemaAnalysisRuleError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetSchemaAnalysisRuleError.Builder,BatchGetSchemaAnalysisRuleError>
An error that describes why a schema could not be fetched.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetSchemaAnalysisRuleError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchGetSchemaAnalysisRuleError.Builderbuilder()Stringcode()An error code for the error.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A description of why the call failed.Stringname()An error name for the error.List<SdkField<?>>sdkFields()static Class<? extends BatchGetSchemaAnalysisRuleError.Builder>serializableBuilderClass()BatchGetSchemaAnalysisRuleError.BuildertoBuilder()StringtoString()Returns a string representation of this object.AnalysisRuleTypetype()The analysis rule type.StringtypeAsString()The analysis rule type.-
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
-
name
public final String name()
An error name for the error.
- Returns:
- An error name for the error.
-
type
public final AnalysisRuleType type()
The analysis rule type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The analysis rule type.
- See Also:
AnalysisRuleType
-
typeAsString
public final String typeAsString()
The analysis rule type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The analysis rule type.
- See Also:
AnalysisRuleType
-
code
public final String code()
An error code for the error.
- Returns:
- An error code for the error.
-
message
public final String message()
A description of why the call failed.
- Returns:
- A description of why the call failed.
-
toBuilder
public BatchGetSchemaAnalysisRuleError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetSchemaAnalysisRuleError.Builder,BatchGetSchemaAnalysisRuleError>
-
builder
public static BatchGetSchemaAnalysisRuleError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetSchemaAnalysisRuleError.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.
-
-