@Generated(value="software.amazon.awssdk:codegen") public final class Field extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Field.Builder,Field>
A data value in a column.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Field.Builder |
| Modifier and Type | Method and Description |
|---|---|
SdkBytes |
blobValue()
A value of the BLOB data type.
|
Boolean |
booleanValue()
A value of the Boolean data type.
|
static Field.Builder |
builder() |
Double |
doubleValue()
A value of the double data type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isNull()
A value that indicates whether the data is NULL.
|
Long |
longValue()
A value of the long data type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Field.Builder> |
serializableBuilderClass() |
String |
stringValue()
A value of the string data type.
|
Field.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SdkBytes blobValue()
A value of the BLOB data type.
public final Boolean booleanValue()
A value of the Boolean data type.
public final Double doubleValue()
A value of the double data type.
public final Boolean isNull()
A value that indicates whether the data is NULL.
public final Long longValue()
A value of the long data type.
public final String stringValue()
A value of the string data type.
public Field.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Field.Builder,Field>public static Field.Builder builder()
public static Class<? extends Field.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.