@Generated(value="software.amazon.awssdk:codegen") public final class ColumnSchema extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColumnSchema.Builder,ColumnSchema>
The column schema.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColumnSchema.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ColumnSchema.Builder |
builder() |
String |
dataType()
The data type of the column schema.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
geographicRole()
The geographic role of the column schema.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the column schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ColumnSchema.Builder> |
serializableBuilderClass() |
ColumnSchema.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the column schema.
public final String dataType()
The data type of the column schema.
public final String geographicRole()
The geographic role of the column schema.
public ColumnSchema.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ColumnSchema.Builder,ColumnSchema>public static ColumnSchema.Builder builder()
public static Class<? extends ColumnSchema.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.