@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HistogramFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field well configuration of a histogram.
| Constructor and Description |
|---|
HistogramFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
HistogramFieldWells |
clone() |
boolean |
equals(Object obj) |
HistogramAggregatedFieldWells |
getHistogramAggregatedFieldWells()
The field well configuration of a histogram.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setHistogramAggregatedFieldWells(HistogramAggregatedFieldWells histogramAggregatedFieldWells)
The field well configuration of a histogram.
|
String |
toString()
Returns a string representation of this object.
|
HistogramFieldWells |
withHistogramAggregatedFieldWells(HistogramAggregatedFieldWells histogramAggregatedFieldWells)
The field well configuration of a histogram.
|
public void setHistogramAggregatedFieldWells(HistogramAggregatedFieldWells histogramAggregatedFieldWells)
The field well configuration of a histogram.
histogramAggregatedFieldWells - The field well configuration of a histogram.public HistogramAggregatedFieldWells getHistogramAggregatedFieldWells()
The field well configuration of a histogram.
public HistogramFieldWells withHistogramAggregatedFieldWells(HistogramAggregatedFieldWells histogramAggregatedFieldWells)
The field well configuration of a histogram.
histogramAggregatedFieldWells - The field well configuration of a histogram.public String toString()
toString in class ObjectObject.toString()public HistogramFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.