JavaScript is disabled on your browser.
java.lang.Object
software.amazon.awssdk.services.quicksight.model.GaugeChartOptions
Nested Class Summary
Nested Classes
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
The arc configuration of a GaugeChartVisual
.
The arc axis configuration of a GaugeChartVisual
.
The comparison configuration of a GaugeChartVisual
.
final boolean
final boolean
Indicates whether some other object is "equal to" this one by SDK fields.
final int
The options that determine the primary value display type.
The options that determine the primary value display type.
The options that determine the primary value font configuration.
Take this object and create a builder that contains all of the current property values of this object.
Returns a string representation of this object.
Method Details
primaryValueDisplayType
Returns:
The options that determine the primary value display type.
See Also:
primaryValueDisplayTypeAsString
public final String primaryValueDisplayTypeAsString ()
Returns:
The options that determine the primary value display type.
See Also:
comparison
The comparison configuration of a GaugeChartVisual
.
Returns:
The comparison configuration of a GaugeChartVisual
.
arcAxis
The arc axis configuration of a GaugeChartVisual
.
Returns:
The arc axis configuration of a GaugeChartVisual
.
arc
The arc configuration of a GaugeChartVisual
.
Returns:
The arc configuration of a GaugeChartVisual
.
primaryValueFontConfiguration
The options that determine the primary value font configuration.
Returns:
The options that determine the primary value font configuration.
hashCode
public final int hashCode ()
Overrides:
hashCode
in class Object
equalsBySdkFields
public final boolean equalsBySdkFields (Object obj)
Description copied from interface: SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields.
An SDK field is a modeled, non-inherited field in an
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
Specified by:
equalsBySdkFields
in interface SdkPojo
Parameters:
obj
- the object to be compared with
Returns:
true if the other object equals to this object by sdk fields, false otherwise.
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.
Overrides:
toString
in class Object
sdkFields
Specified by:
sdkFields
in interface SdkPojo
Returns:
List of SdkField
in this POJO. May be empty list but should never be null.