@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeospatialMapAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The aggregated field wells for a geospatial map.
| Constructor and Description |
|---|
GeospatialMapAggregatedFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
GeospatialMapAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getColors()
The color field wells of a geospatial map.
|
List<DimensionField> |
getGeospatial()
The geospatial field wells of a geospatial map.
|
List<MeasureField> |
getValues()
The size field wells of a geospatial map.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColors(Collection<DimensionField> colors)
The color field wells of a geospatial map.
|
void |
setGeospatial(Collection<DimensionField> geospatial)
The geospatial field wells of a geospatial map.
|
void |
setValues(Collection<MeasureField> values)
The size field wells of a geospatial map.
|
String |
toString()
Returns a string representation of this object.
|
GeospatialMapAggregatedFieldWells |
withColors(Collection<DimensionField> colors)
The color field wells of a geospatial map.
|
GeospatialMapAggregatedFieldWells |
withColors(DimensionField... colors)
The color field wells of a geospatial map.
|
GeospatialMapAggregatedFieldWells |
withGeospatial(Collection<DimensionField> geospatial)
The geospatial field wells of a geospatial map.
|
GeospatialMapAggregatedFieldWells |
withGeospatial(DimensionField... geospatial)
The geospatial field wells of a geospatial map.
|
GeospatialMapAggregatedFieldWells |
withValues(Collection<MeasureField> values)
The size field wells of a geospatial map.
|
GeospatialMapAggregatedFieldWells |
withValues(MeasureField... values)
The size field wells of a geospatial map.
|
public List<DimensionField> getGeospatial()
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
public void setGeospatial(Collection<DimensionField> geospatial)
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
geospatial - The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.public GeospatialMapAggregatedFieldWells withGeospatial(DimensionField... geospatial)
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
NOTE: This method appends the values to the existing list (if any). Use
setGeospatial(java.util.Collection) or withGeospatial(java.util.Collection) if you want to
override the existing values.
geospatial - The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.public GeospatialMapAggregatedFieldWells withGeospatial(Collection<DimensionField> geospatial)
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
geospatial - The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.public List<MeasureField> getValues()
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
public void setValues(Collection<MeasureField> values)
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
values - The size field wells of a geospatial map. Values are aggregated based on geospatial fields.public GeospatialMapAggregatedFieldWells withValues(MeasureField... values)
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
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 size field wells of a geospatial map. Values are aggregated based on geospatial fields.public GeospatialMapAggregatedFieldWells withValues(Collection<MeasureField> values)
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
values - The size field wells of a geospatial map. Values are aggregated based on geospatial fields.public List<DimensionField> getColors()
The color field wells of a geospatial map.
public void setColors(Collection<DimensionField> colors)
The color field wells of a geospatial map.
colors - The color field wells of a geospatial map.public GeospatialMapAggregatedFieldWells withColors(DimensionField... colors)
The color field wells of a geospatial map.
NOTE: This method appends the values to the existing list (if any). Use
setColors(java.util.Collection) or withColors(java.util.Collection) if you want to override the
existing values.
colors - The color field wells of a geospatial map.public GeospatialMapAggregatedFieldWells withColors(Collection<DimensionField> colors)
The color field wells of a geospatial map.
colors - The color field wells of a geospatial map.public String toString()
toString in class ObjectObject.toString()public GeospatialMapAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.