Class CfnAnalysis.InsightConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.InsightConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.InsightConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.InsightConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.InsightConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.InsightConfigurationProperty
An implementation for
CfnAnalysis.InsightConfigurationProperty-
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.CfnAnalysis.InsightConfigurationProperty
CfnAnalysis.InsightConfigurationProperty.Builder, CfnAnalysis.InsightConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.InsightConfigurationProperty.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 computations configurations of the insight visual.final ObjectThe custom narrative of the insight visual.final ObjectThe general visual interactions setup for a 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 theCfnAnalysis.InsightConfigurationProperty.Builder.
-
-
Method Details
-
getComputations
Description copied from interface:CfnAnalysis.InsightConfigurationPropertyThe computations configurations of the insight visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ComputationProperty>- Specified by:
getComputationsin interfaceCfnAnalysis.InsightConfigurationProperty- See Also:
-
getCustomNarrative
Description copied from interface:CfnAnalysis.InsightConfigurationPropertyThe custom narrative of the insight visual.Returns union: either
IResolvableorCfnAnalysis.CustomNarrativeOptionsProperty- Specified by:
getCustomNarrativein interfaceCfnAnalysis.InsightConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnAnalysis.InsightConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnAnalysis.InsightConfigurationProperty- 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()
-