@Generated(value="software.amazon.awssdk:codegen") public final class Field extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Field.Builder,Field>
Contains a value.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Field.Builder |
| Modifier and Type | Method and Description |
|---|---|
ArrayValue |
arrayValue()
An array of values.
|
SdkBytes |
blobValue()
A value of BLOB data type.
|
Boolean |
booleanValue()
A value of Boolean data type.
|
static Field.Builder |
builder() |
Double |
doubleValue()
A value of 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 NULL value.
|
Long |
longValue()
A value of long data type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Field.Builder> |
serializableBuilderClass() |
String |
stringValue()
A value of string data type.
|
Field.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ArrayValue arrayValue()
An array of values.
public final SdkBytes blobValue()
A value of BLOB data type.
public final Boolean booleanValue()
A value of Boolean data type.
public final Double doubleValue()
A value of double data type.
public final Boolean isNull()
A NULL value.
public final Long longValue()
A value of long data type.
public final String stringValue()
A value of 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.