/* * 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 well of a scatter plot. *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ScatterPlotCategoricallyAggregatedFieldWells implements Serializable, Cloneable, StructuredPojo { /** ** The x-axis field well of a scatter plot. *
** The x-axis is aggregated by category. *
*/ private java.util.List* The y-axis field well of a scatter plot. *
** The y-axis is aggregated by category. *
*/ private java.util.List* The category field well of a scatter plot. *
*/ private java.util.List* The size field well of a scatter plot. *
*/ private java.util.List* The label field well of a scatter plot. *
*/ private java.util.List* The x-axis field well of a scatter plot. *
** The x-axis is aggregated by category. *
* * @return The x-axis field well of a scatter plot. *
* The x-axis is aggregated by category.
*/
public java.util.List
* The x-axis field well of a scatter plot.
*
* The x-axis is aggregated by category.
*
* The x-axis is aggregated by category.
*/
public void setXAxis(java.util.Collection
* The x-axis field well of a scatter plot.
*
* The x-axis is aggregated by category.
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setXAxis(java.util.Collection)} or {@link #withXAxis(java.util.Collection)} if you want to override the
* existing values.
*
* The x-axis is aggregated by category.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ScatterPlotCategoricallyAggregatedFieldWells withXAxis(MeasureField... xAxis) {
if (this.xAxis == null) {
setXAxis(new java.util.ArrayList
* The x-axis field well of a scatter plot.
*
* The x-axis is aggregated by category.
*
* The x-axis is aggregated by category.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ScatterPlotCategoricallyAggregatedFieldWells withXAxis(java.util.Collection
* The y-axis field well of a scatter plot.
*
* The y-axis is aggregated by category.
*
* The y-axis is aggregated by category.
*/
public java.util.List
* The y-axis field well of a scatter plot.
*
* The y-axis is aggregated by category.
*
* The y-axis is aggregated by category.
*/
public void setYAxis(java.util.Collection
* The y-axis field well of a scatter plot.
*
* The y-axis is aggregated by category.
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setYAxis(java.util.Collection)} or {@link #withYAxis(java.util.Collection)} if you want to override the
* existing values.
*
* The y-axis is aggregated by category.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ScatterPlotCategoricallyAggregatedFieldWells withYAxis(MeasureField... yAxis) {
if (this.yAxis == null) {
setYAxis(new java.util.ArrayList
* The y-axis field well of a scatter plot.
*
* The y-axis is aggregated by category.
*
* The y-axis is aggregated by category.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ScatterPlotCategoricallyAggregatedFieldWells withYAxis(java.util.Collection
* The category field well of a scatter plot.
*
* The category field well of a scatter plot.
*
* The category field well of a scatter plot.
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setCategory(java.util.Collection)} or {@link #withCategory(java.util.Collection)} if you want to override
* the existing values.
*
* The category field well of a scatter plot.
*
* The size field well of a scatter plot.
*
* The size field well of a scatter plot.
*
* The size field well of a scatter plot.
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setSize(java.util.Collection)} or {@link #withSize(java.util.Collection)} if you want to override the
* existing values.
*
* The size field well of a scatter plot.
*
* The label field well of a scatter plot.
*
* The label field well of a scatter plot.
*
* The label field well of a scatter plot.
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setLabel(java.util.Collection)} or {@link #withLabel(java.util.Collection)} if you want to override the
* existing values.
*
* The label field well of a scatter plot.
*