Class CfnTemplate.KPIConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.KPIConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.KPIConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.KPIConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.KPIConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.KPIConfigurationProperty
An implementation for
CfnTemplate.KPIConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.KPIConfigurationProperty
CfnTemplate.KPIConfigurationProperty.Builder, CfnTemplate.KPIConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.KPIConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe field well configuration of a KPI visual.final ObjectThe general visual interactions setup for a visual.final ObjectThe options that determine the presentation of a KPI visual.final ObjectThe sort configuration of a KPI visual.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnTemplate.KPIConfigurationProperty.Builder.
-
-
Method Details
-
getFieldWells
Description copied from interface:CfnTemplate.KPIConfigurationPropertyThe field well configuration of a KPI visual.Returns union: either
IResolvableorCfnTemplate.KPIFieldWellsProperty- Specified by:
getFieldWellsin interfaceCfnTemplate.KPIConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnTemplate.KPIConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnTemplate.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnTemplate.KPIConfigurationProperty- See Also:
-
getKpiOptions
Description copied from interface:CfnTemplate.KPIConfigurationPropertyThe options that determine the presentation of a KPI visual.Returns union: either
IResolvableorCfnTemplate.KPIOptionsProperty- Specified by:
getKpiOptionsin interfaceCfnTemplate.KPIConfigurationProperty- See Also:
-
getSortConfiguration
Description copied from interface:CfnTemplate.KPIConfigurationPropertyThe sort configuration of a KPI visual.Returns union: either
IResolvableorCfnTemplate.KPISortConfigurationProperty- Specified by:
getSortConfigurationin interfaceCfnTemplate.KPIConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-