@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HeatMapAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The aggregated field wells of a heat map.
Constructor and Description |
---|
HeatMapAggregatedFieldWells() |
Modifier and Type | Method and Description |
---|---|
HeatMapAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getColumns()
The columns field well of a heat map.
|
List<DimensionField> |
getRows()
The rows field well of a heat map.
|
List<MeasureField> |
getValues()
The values field well of a heat map.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setColumns(Collection<DimensionField> columns)
The columns field well of a heat map.
|
void |
setRows(Collection<DimensionField> rows)
The rows field well of a heat map.
|
void |
setValues(Collection<MeasureField> values)
The values field well of a heat map.
|
String |
toString()
Returns a string representation of this object.
|
HeatMapAggregatedFieldWells |
withColumns(Collection<DimensionField> columns)
The columns field well of a heat map.
|
HeatMapAggregatedFieldWells |
withColumns(DimensionField... columns)
The columns field well of a heat map.
|
HeatMapAggregatedFieldWells |
withRows(Collection<DimensionField> rows)
The rows field well of a heat map.
|
HeatMapAggregatedFieldWells |
withRows(DimensionField... rows)
The rows field well of a heat map.
|
HeatMapAggregatedFieldWells |
withValues(Collection<MeasureField> values)
The values field well of a heat map.
|
HeatMapAggregatedFieldWells |
withValues(MeasureField... values)
The values field well of a heat map.
|
public List<DimensionField> getRows()
The rows field well of a heat map.
public void setRows(Collection<DimensionField> rows)
The rows field well of a heat map.
rows
- The rows field well of a heat map.public HeatMapAggregatedFieldWells withRows(DimensionField... rows)
The rows field well of a heat map.
NOTE: This method appends the values to the existing list (if any). Use
setRows(java.util.Collection)
or withRows(java.util.Collection)
if you want to override the
existing values.
rows
- The rows field well of a heat map.public HeatMapAggregatedFieldWells withRows(Collection<DimensionField> rows)
The rows field well of a heat map.
rows
- The rows field well of a heat map.public List<DimensionField> getColumns()
The columns field well of a heat map.
public void setColumns(Collection<DimensionField> columns)
The columns field well of a heat map.
columns
- The columns field well of a heat map.public HeatMapAggregatedFieldWells withColumns(DimensionField... columns)
The columns field well of a heat map.
NOTE: This method appends the values to the existing list (if any). Use
setColumns(java.util.Collection)
or withColumns(java.util.Collection)
if you want to override
the existing values.
columns
- The columns field well of a heat map.public HeatMapAggregatedFieldWells withColumns(Collection<DimensionField> columns)
The columns field well of a heat map.
columns
- The columns field well of a heat map.public List<MeasureField> getValues()
The values field well of a heat map.
public void setValues(Collection<MeasureField> values)
The values field well of a heat map.
values
- The values field well of a heat map.public HeatMapAggregatedFieldWells withValues(MeasureField... values)
The values field well of a heat map.
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 of a heat map.public HeatMapAggregatedFieldWells withValues(Collection<MeasureField> values)
The values field well of a heat map.
values
- The values field well of a heat map.public String toString()
toString
in class Object
Object.toString()
public HeatMapAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.