@Generated(value="software.amazon.awssdk:codegen") public final class ArrayValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArrayValue.Builder,ArrayValue>
Contains an array.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArrayValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<ArrayValue> |
arrayValues()
An array of arrays.
|
List<Boolean> |
booleanValues()
An array of Boolean values.
|
static ArrayValue.Builder |
builder() |
List<Double> |
doubleValues()
An array of integers.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasArrayValues()
Returns true if the ArrayValues property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasBooleanValues()
Returns true if the BooleanValues property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasDoubleValues()
Returns true if the DoubleValues property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasLongValues()
Returns true if the LongValues property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasStringValues()
Returns true if the StringValues property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<Long> |
longValues()
An array of floating point numbers.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ArrayValue.Builder> |
serializableBuilderClass() |
List<String> |
stringValues()
An array of strings.
|
ArrayValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasArrayValues()
public final List<ArrayValue> arrayValues()
An array of arrays.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasArrayValues() to see if a value was sent in this field.
public final boolean hasBooleanValues()
public final List<Boolean> booleanValues()
An array of Boolean values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBooleanValues() to see if a value was sent in this field.
public final boolean hasDoubleValues()
public final List<Double> doubleValues()
An array of integers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDoubleValues() to see if a value was sent in this field.
public final boolean hasLongValues()
public final List<Long> longValues()
An array of floating point numbers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLongValues() to see if a value was sent in this field.
public final boolean hasStringValues()
public final List<String> stringValues()
An array of strings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStringValues() to see if a value was sent in this field.
public ArrayValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ArrayValue.Builder,ArrayValue>public static ArrayValue.Builder builder()
public static Class<? extends ArrayValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.