@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableUnaggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The unaggregated field well for the table.
| Constructor and Description |
|---|
TableUnaggregatedFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
TableUnaggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<UnaggregatedField> |
getValues()
The values field well for a pivot table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValues(Collection<UnaggregatedField> values)
The values field well for a pivot table.
|
String |
toString()
Returns a string representation of this object.
|
TableUnaggregatedFieldWells |
withValues(Collection<UnaggregatedField> values)
The values field well for a pivot table.
|
TableUnaggregatedFieldWells |
withValues(UnaggregatedField... values)
The values field well for a pivot table.
|
public List<UnaggregatedField> getValues()
The values field well for a pivot table. Values are unaggregated for an unaggregated table.
public void setValues(Collection<UnaggregatedField> values)
The values field well for a pivot table. Values are unaggregated for an unaggregated table.
values - The values field well for a pivot table. Values are unaggregated for an unaggregated table.public TableUnaggregatedFieldWells withValues(UnaggregatedField... values)
The values field well for a pivot table. Values are unaggregated for an unaggregated table.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - The values field well for a pivot table. Values are unaggregated for an unaggregated table.public TableUnaggregatedFieldWells withValues(Collection<UnaggregatedField> values)
The values field well for a pivot table. Values are unaggregated for an unaggregated table.
values - The values field well for a pivot table. Values are unaggregated for an unaggregated table.public String toString()
toString in class ObjectObject.toString()public TableUnaggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.