@Generated(value="software.amazon.awssdk:codegen") public final class TableVersionError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableVersionError.Builder,TableVersionError>
An error record for table-version operations.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
TableVersionError.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static TableVersionError.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
ErrorDetail | 
errorDetail()
 Detail about the error. 
 | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends TableVersionError.Builder> | 
serializableBuilderClass()  | 
String | 
tableName()
 The name of the table in question. 
 | 
TableVersionError.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
String | 
versionId()
 The ID value of the version in question. 
 | 
copypublic String tableName()
The name of the table in question.
public String versionId()
 The ID value of the version in question. A VersionID is a string representation of an integer. Each
 version is incremented by 1.
 
VersionID is a string representation of an
         integer. Each version is incremented by 1.public ErrorDetail errorDetail()
Detail about the error.
public TableVersionError.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TableVersionError.Builder,TableVersionError>public static TableVersionError.Builder builder()
public static Class<? extends TableVersionError.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.