@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArrayValue extends Object implements Serializable, Cloneable, StructuredPojo
Contains an array.
Constructor and Description |
---|
ArrayValue() |
Modifier and Type | Method and Description |
---|---|
ArrayValue |
clone() |
boolean |
equals(Object obj) |
List<ArrayValue> |
getArrayValues()
An array of arrays.
|
List<Boolean> |
getBooleanValues()
An array of Boolean values.
|
List<Double> |
getDoubleValues()
An array of floating-point numbers.
|
List<Long> |
getLongValues()
An array of integers.
|
List<String> |
getStringValues()
An array of strings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArrayValues(Collection<ArrayValue> arrayValues)
An array of arrays.
|
void |
setBooleanValues(Collection<Boolean> booleanValues)
An array of Boolean values.
|
void |
setDoubleValues(Collection<Double> doubleValues)
An array of floating-point numbers.
|
void |
setLongValues(Collection<Long> longValues)
An array of integers.
|
void |
setStringValues(Collection<String> stringValues)
An array of strings.
|
String |
toString()
Returns a string representation of this object.
|
ArrayValue |
withArrayValues(ArrayValue... arrayValues)
An array of arrays.
|
ArrayValue |
withArrayValues(Collection<ArrayValue> arrayValues)
An array of arrays.
|
ArrayValue |
withBooleanValues(Boolean... booleanValues)
An array of Boolean values.
|
ArrayValue |
withBooleanValues(Collection<Boolean> booleanValues)
An array of Boolean values.
|
ArrayValue |
withDoubleValues(Collection<Double> doubleValues)
An array of floating-point numbers.
|
ArrayValue |
withDoubleValues(Double... doubleValues)
An array of floating-point numbers.
|
ArrayValue |
withLongValues(Collection<Long> longValues)
An array of integers.
|
ArrayValue |
withLongValues(Long... longValues)
An array of integers.
|
ArrayValue |
withStringValues(Collection<String> stringValues)
An array of strings.
|
ArrayValue |
withStringValues(String... stringValues)
An array of strings.
|
public List<Boolean> getBooleanValues()
An array of Boolean values.
public void setBooleanValues(Collection<Boolean> booleanValues)
An array of Boolean values.
booleanValues
- An array of Boolean values.public ArrayValue withBooleanValues(Boolean... booleanValues)
An array of Boolean values.
NOTE: This method appends the values to the existing list (if any). Use
setBooleanValues(java.util.Collection)
or withBooleanValues(java.util.Collection)
if you want
to override the existing values.
booleanValues
- An array of Boolean values.public ArrayValue withBooleanValues(Collection<Boolean> booleanValues)
An array of Boolean values.
booleanValues
- An array of Boolean values.public List<Long> getLongValues()
An array of integers.
public void setLongValues(Collection<Long> longValues)
An array of integers.
longValues
- An array of integers.public ArrayValue withLongValues(Long... longValues)
An array of integers.
NOTE: This method appends the values to the existing list (if any). Use
setLongValues(java.util.Collection)
or withLongValues(java.util.Collection)
if you want to
override the existing values.
longValues
- An array of integers.public ArrayValue withLongValues(Collection<Long> longValues)
An array of integers.
longValues
- An array of integers.public List<Double> getDoubleValues()
An array of floating-point numbers.
public void setDoubleValues(Collection<Double> doubleValues)
An array of floating-point numbers.
doubleValues
- An array of floating-point numbers.public ArrayValue withDoubleValues(Double... doubleValues)
An array of floating-point numbers.
NOTE: This method appends the values to the existing list (if any). Use
setDoubleValues(java.util.Collection)
or withDoubleValues(java.util.Collection)
if you want to
override the existing values.
doubleValues
- An array of floating-point numbers.public ArrayValue withDoubleValues(Collection<Double> doubleValues)
An array of floating-point numbers.
doubleValues
- An array of floating-point numbers.public List<String> getStringValues()
An array of strings.
public void setStringValues(Collection<String> stringValues)
An array of strings.
stringValues
- An array of strings.public ArrayValue withStringValues(String... stringValues)
An array of strings.
NOTE: This method appends the values to the existing list (if any). Use
setStringValues(java.util.Collection)
or withStringValues(java.util.Collection)
if you want to
override the existing values.
stringValues
- An array of strings.public ArrayValue withStringValues(Collection<String> stringValues)
An array of strings.
stringValues
- An array of strings.public List<ArrayValue> getArrayValues()
An array of arrays.
public void setArrayValues(Collection<ArrayValue> arrayValues)
An array of arrays.
arrayValues
- An array of arrays.public ArrayValue withArrayValues(ArrayValue... arrayValues)
An array of arrays.
NOTE: This method appends the values to the existing list (if any). Use
setArrayValues(java.util.Collection)
or withArrayValues(java.util.Collection)
if you want to
override the existing values.
arrayValues
- An array of arrays.public ArrayValue withArrayValues(Collection<ArrayValue> arrayValues)
An array of arrays.
arrayValues
- An array of arrays.public String toString()
toString
in class Object
Object.toString()
public ArrayValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.