Class CfnAnalysisPropsMixin.HistogramBinOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.HistogramBinOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.HistogramBinOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.HistogramBinOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.HistogramBinOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.HistogramBinOptionsProperty
An implementation for
CfnAnalysisPropsMixin.HistogramBinOptionsProperty-
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.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.HistogramBinOptionsProperty
CfnAnalysisPropsMixin.HistogramBinOptionsProperty.Builder, CfnAnalysisPropsMixin.HistogramBinOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.HistogramBinOptionsProperty.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 options that determine the bin count of a histogram.final ObjectThe options that determine the bin width of a histogram.final StringThe options that determine the selected bin type.final NumberThe options that determine the bin start value.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 theCfnAnalysisPropsMixin.HistogramBinOptionsProperty.Builder.
-
-
Method Details
-
getBinCount
Description copied from interface:CfnAnalysisPropsMixin.HistogramBinOptionsPropertyThe options that determine the bin count of a histogram.Returns union: either
IResolvableorCfnAnalysisPropsMixin.BinCountOptionsProperty- Specified by:
getBinCountin interfaceCfnAnalysisPropsMixin.HistogramBinOptionsProperty- See Also:
-
getBinWidth
Description copied from interface:CfnAnalysisPropsMixin.HistogramBinOptionsPropertyThe options that determine the bin width of a histogram.Returns union: either
IResolvableorCfnAnalysisPropsMixin.BinWidthOptionsProperty- Specified by:
getBinWidthin interfaceCfnAnalysisPropsMixin.HistogramBinOptionsProperty- See Also:
-
getSelectedBinType
Description copied from interface:CfnAnalysisPropsMixin.HistogramBinOptionsPropertyThe options that determine the selected bin type.- Specified by:
getSelectedBinTypein interfaceCfnAnalysisPropsMixin.HistogramBinOptionsProperty- See Also:
-
getStartValue
Description copied from interface:CfnAnalysisPropsMixin.HistogramBinOptionsPropertyThe options that determine the bin start value.- Specified by:
getStartValuein interfaceCfnAnalysisPropsMixin.HistogramBinOptionsProperty- 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()
-