Class TableVersionError
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.TableVersionError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableVersionError.Builder,TableVersionError>
@Generated("software.amazon.awssdk:codegen") public final class TableVersionError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableVersionError.Builder,TableVersionError>
An error record for table-version operations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableVersionError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableVersionError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorDetailerrorDetail()The details about the error.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TableVersionError.Builder>serializableBuilderClass()StringtableName()The name of the table in question.TableVersionError.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionId()The ID value of the version in question.-
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
-
tableName
public final String tableName()
The name of the table in question.
- Returns:
- The name of the table in question.
-
versionId
public final String versionId()
The ID value of the version in question. A
VersionIDis a string representation of an integer. Each version is incremented by 1.- Returns:
- The ID value of the version in question. A
VersionIDis a string representation of an integer. Each version is incremented by 1.
-
errorDetail
public final ErrorDetail errorDetail()
The details about the error.
- Returns:
- The details about the error.
-
toBuilder
public TableVersionError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableVersionError.Builder,TableVersionError>
-
builder
public static TableVersionError.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableVersionError.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.
-
-