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