Class ScatterPlotFieldWells
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ScatterPlotFieldWells
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScatterPlotFieldWells.Builder,ScatterPlotFieldWells>
@Generated("software.amazon.awssdk:codegen") public final class ScatterPlotFieldWells extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScatterPlotFieldWells.Builder,ScatterPlotFieldWells>
The field well configuration of a scatter plot.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScatterPlotFieldWells.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScatterPlotFieldWells.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ScatterPlotCategoricallyAggregatedFieldWellsscatterPlotCategoricallyAggregatedFieldWells()The aggregated field wells of a scatter plot.ScatterPlotUnaggregatedFieldWellsscatterPlotUnaggregatedFieldWells()The unaggregated field wells of a scatter plot.List<SdkField<?>>sdkFields()static Class<? extends ScatterPlotFieldWells.Builder>serializableBuilderClass()ScatterPlotFieldWells.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
scatterPlotCategoricallyAggregatedFieldWells
public final ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells()
The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
- Returns:
- The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
-
scatterPlotUnaggregatedFieldWells
public final ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells()
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
- Returns:
- The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
-
toBuilder
public ScatterPlotFieldWells.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScatterPlotFieldWells.Builder,ScatterPlotFieldWells>
-
builder
public static ScatterPlotFieldWells.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScatterPlotFieldWells.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-