Class CfnAnalysis.TimeRangeDrillDownFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.TimeRangeDrillDownFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.TimeRangeDrillDownFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.TimeRangeDrillDownFilterProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.TimeRangeDrillDownFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.TimeRangeDrillDownFilterProperty
An implementation for
CfnAnalysis.TimeRangeDrillDownFilterProperty-
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.TimeRangeDrillDownFilterProperty
CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder, CfnAnalysis.TimeRangeDrillDownFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.TimeRangeDrillDownFilterProperty.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 column that the filter is applied to.final StringThe maximum value for the filter value range.final StringThe minimum value for the filter value range.final StringThe level of time precision that is used to aggregateDateTimevalues.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.TimeRangeDrillDownFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnAnalysis.TimeRangeDrillDownFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnAnalysis.TimeRangeDrillDownFilterProperty- See Also:
-
getRangeMaximum
Description copied from interface:CfnAnalysis.TimeRangeDrillDownFilterPropertyThe maximum value for the filter value range.- Specified by:
getRangeMaximumin interfaceCfnAnalysis.TimeRangeDrillDownFilterProperty- See Also:
-
getRangeMinimum
Description copied from interface:CfnAnalysis.TimeRangeDrillDownFilterPropertyThe minimum value for the filter value range.- Specified by:
getRangeMinimumin interfaceCfnAnalysis.TimeRangeDrillDownFilterProperty- See Also:
-
getTimeGranularity
Description copied from interface:CfnAnalysis.TimeRangeDrillDownFilterPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnAnalysis.TimeRangeDrillDownFilterProperty- 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()
-