/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.quicksight.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* The aggregated field wells for a geospatial map. *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class GeospatialMapAggregatedFieldWells implements Serializable, Cloneable, StructuredPojo { /** ** The geospatial field wells of a geospatial map. Values are grouped by geospatial fields. *
*/ private java.util.List* The size field wells of a geospatial map. Values are aggregated based on geospatial fields. *
*/ private java.util.List* The color field wells of a geospatial map. *
*/ private java.util.List* The geospatial field wells of a geospatial map. Values are grouped by geospatial fields. *
* * @return The geospatial field wells of a geospatial map. Values are grouped by geospatial fields. */ public java.util.List* The geospatial field wells of a geospatial map. Values are grouped by geospatial fields. *
* * @param geospatial * The geospatial field wells of a geospatial map. Values are grouped by geospatial fields. */ public void setGeospatial(java.util.Collection* 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 * {@link #setGeospatial(java.util.Collection)} or {@link #withGeospatial(java.util.Collection)} if you want to * override the existing values. *
* * @param geospatial * The geospatial field wells of a geospatial map. Values are grouped by geospatial fields. * @return Returns a reference to this object so that method calls can be chained together. */ public GeospatialMapAggregatedFieldWells withGeospatial(DimensionField... geospatial) { if (this.geospatial == null) { setGeospatial(new java.util.ArrayList* The geospatial field wells of a geospatial map. Values are grouped by geospatial fields. *
* * @param geospatial * The geospatial field wells of a geospatial map. Values are grouped by geospatial fields. * @return Returns a reference to this object so that method calls can be chained together. */ public GeospatialMapAggregatedFieldWells withGeospatial(java.util.Collection* The size field wells of a geospatial map. Values are aggregated based on geospatial fields. *
* * @return The size field wells of a geospatial map. Values are aggregated based on geospatial fields. */ public java.util.List* The size field wells of a geospatial map. Values are aggregated based on geospatial fields. *
* * @param values * The size field wells of a geospatial map. Values are aggregated based on geospatial fields. */ public void setValues(java.util.Collection* 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 * {@link #setValues(java.util.Collection)} or {@link #withValues(java.util.Collection)} if you want to override the * existing values. *
* * @param values * The size field wells of a geospatial map. Values are aggregated based on geospatial fields. * @return Returns a reference to this object so that method calls can be chained together. */ public GeospatialMapAggregatedFieldWells withValues(MeasureField... values) { if (this.values == null) { setValues(new java.util.ArrayList* The size field wells of a geospatial map. Values are aggregated based on geospatial fields. *
* * @param values * The size field wells of a geospatial map. Values are aggregated based on geospatial fields. * @return Returns a reference to this object so that method calls can be chained together. */ public GeospatialMapAggregatedFieldWells withValues(java.util.Collection* The color field wells of a geospatial map. *
* * @return The color field wells of a geospatial map. */ public java.util.List* The color field wells of a geospatial map. *
* * @param colors * The color field wells of a geospatial map. */ public void setColors(java.util.Collection* The color field wells of a geospatial map. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setColors(java.util.Collection)} or {@link #withColors(java.util.Collection)} if you want to override the * existing values. *
* * @param colors * The color field wells of a geospatial map. * @return Returns a reference to this object so that method calls can be chained together. */ public GeospatialMapAggregatedFieldWells withColors(DimensionField... colors) { if (this.colors == null) { setColors(new java.util.ArrayList* The color field wells of a geospatial map. *
* * @param colors * The color field wells of a geospatial map. * @return Returns a reference to this object so that method calls can be chained together. */ public GeospatialMapAggregatedFieldWells withColors(java.util.Collection