@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HistogramAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field well configuration of a histogram.
| Constructor and Description |
|---|
HistogramAggregatedFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
HistogramAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<MeasureField> |
getValues()
The value field wells of a histogram.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValues(Collection<MeasureField> values)
The value field wells of a histogram.
|
String |
toString()
Returns a string representation of this object.
|
HistogramAggregatedFieldWells |
withValues(Collection<MeasureField> values)
The value field wells of a histogram.
|
HistogramAggregatedFieldWells |
withValues(MeasureField... values)
The value field wells of a histogram.
|
public List<MeasureField> getValues()
The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT.
COUNT or
DISTINCT_COUNT.public void setValues(Collection<MeasureField> values)
The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT.
values - The value field wells of a histogram. Values are aggregated by COUNT or
DISTINCT_COUNT.public HistogramAggregatedFieldWells withValues(MeasureField... values)
The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT.
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 value field wells of a histogram. Values are aggregated by COUNT or
DISTINCT_COUNT.public HistogramAggregatedFieldWells withValues(Collection<MeasureField> values)
The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT.
values - The value field wells of a histogram. Values are aggregated by COUNT or
DISTINCT_COUNT.public String toString()
toString in class ObjectObject.toString()public HistogramAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.