Class ComboChartAggregatedFieldWells
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ComboChartAggregatedFieldWells
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ComboChartAggregatedFieldWells.Builder,ComboChartAggregatedFieldWells>
@Generated("software.amazon.awssdk:codegen") public final class ComboChartAggregatedFieldWells extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComboChartAggregatedFieldWells.Builder,ComboChartAggregatedFieldWells>
The aggregated field wells of a combo chart.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComboChartAggregatedFieldWells.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MeasureField>barValues()The aggregatedBarValuesfield well of a combo chart.static ComboChartAggregatedFieldWells.Builderbuilder()List<DimensionField>category()The aggregated category field wells of a combo chart.List<DimensionField>colors()The aggregated colors field well of a combo chart.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasBarValues()For responses, this returns true if the service returned a value for the BarValues property.booleanhasCategory()For responses, this returns true if the service returned a value for the Category property.booleanhasColors()For responses, this returns true if the service returned a value for the Colors property.inthashCode()booleanhasLineValues()For responses, this returns true if the service returned a value for the LineValues property.List<MeasureField>lineValues()The aggregatedLineValuesfield well of a combo chart.List<SdkField<?>>sdkFields()static Class<? extends ComboChartAggregatedFieldWells.Builder>serializableBuilderClass()ComboChartAggregatedFieldWells.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
-
hasCategory
public final boolean hasCategory()
For responses, this returns true if the service returned a value for the Category property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
category
public final List<DimensionField> category()
The aggregated category field wells of a combo chart.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasCategory()method.- Returns:
- The aggregated category field wells of a combo chart.
-
hasBarValues
public final boolean hasBarValues()
For responses, this returns true if the service returned a value for the BarValues property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
barValues
public final List<MeasureField> barValues()
The aggregated
BarValuesfield well of a combo chart.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasBarValues()method.- Returns:
- The aggregated
BarValuesfield well of a combo chart.
-
hasColors
public final boolean hasColors()
For responses, this returns true if the service returned a value for the Colors property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
colors
public final List<DimensionField> colors()
The aggregated colors field well of a combo chart.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasColors()method.- Returns:
- The aggregated colors field well of a combo chart.
-
hasLineValues
public final boolean hasLineValues()
For responses, this returns true if the service returned a value for the LineValues property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
lineValues
public final List<MeasureField> lineValues()
The aggregated
LineValuesfield well of a combo chart.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasLineValues()method.- Returns:
- The aggregated
LineValuesfield well of a combo chart.
-
toBuilder
public ComboChartAggregatedFieldWells.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ComboChartAggregatedFieldWells.Builder,ComboChartAggregatedFieldWells>
-
builder
public static ComboChartAggregatedFieldWells.Builder builder()
-
serializableBuilderClass
public static Class<? extends ComboChartAggregatedFieldWells.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.
-
-