Class CfnTemplate.DonutOptionsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.DonutOptionsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnTemplate.DonutOptionsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnTemplate.DonutOptionsProperty

@Stability(Stable) @Internal public static final class CfnTemplate.DonutOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTemplate.DonutOptionsProperty
An implementation for CfnTemplate.DonutOptionsProperty
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnTemplate.DonutOptionsProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnTemplate.DonutOptionsProperty.Builder.
  • Method Details

    • getArcOptions

      public final Object getArcOptions()
      Description copied from interface: CfnTemplate.DonutOptionsProperty
      The option for define the arc of the chart shape. Valid values are as follows:.

      • WHOLE - A pie chart
      • SMALL - A small-sized donut chart
      • MEDIUM - A medium-sized donut chart
      • LARGE - A large-sized donut chart
      Specified by:
      getArcOptions in interface CfnTemplate.DonutOptionsProperty
    • getDonutCenterOptions

      public final Object getDonutCenterOptions()
      Description copied from interface: CfnTemplate.DonutOptionsProperty
      The label options of the label that is displayed in the center of a donut chart.

      This option isn't available for pie charts.

      Specified by:
      getDonutCenterOptions in interface CfnTemplate.DonutOptionsProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object