@Generated(value="software.amazon.awssdk:codegen") public final class Column extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Column.Builder,Column>
A column in a Table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Column.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Column.Builder |
builder() |
String |
comment()
A free-form text comment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasParameters()
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
name()
The name of the
Column. |
Map<String,String> |
parameters()
These key-value pairs define properties associated with the column.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Column.Builder> |
serializableBuilderClass() |
Column.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The data type of the
Column. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the Column.
Column.public String type()
The data type of the Column.
Column.public String comment()
A free-form text comment.
public boolean hasParameters()
public Map<String,String> parameters()
These key-value pairs define properties associated with the column.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasParameters() to see if a value was sent in this field.
public Column.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Column.Builder,Column>public static Column.Builder builder()
public static Class<? extends Column.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.