@Generated(value="software.amazon.awssdk:codegen") public final class Value extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Value.Builder,Value>
Modifier and Type | Class and Description |
---|---|
static interface |
Value.Builder |
Modifier and Type | Method and Description |
---|---|
List<Value> |
arrayValues()
Arbitrarily nested arrays
|
Long |
bigIntValue()
Long value
|
Boolean |
bitValue()
Bit value
|
SdkBytes |
blobValue()
Blob value
|
static Value.Builder |
builder() |
Double |
doubleValue()
Double value
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
intValue()
Integer value
|
Boolean |
isNull()
Is column null
|
Float |
realValue()
Float value
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Value.Builder> |
serializableBuilderClass() |
String |
stringValue()
String value
|
StructValue |
structValue()
Struct or UDT
|
Value.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<Value> arrayValues()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Long bigIntValue()
public Boolean bitValue()
public SdkBytes blobValue()
public Double doubleValue()
public Integer intValue()
public Boolean isNull()
public Float realValue()
public String stringValue()
public StructValue structValue()
public Value.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Value.Builder,Value>
public static Value.Builder builder()
public static Class<? extends Value.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.