Class CfnDashboard.DateTimeParameterDeclarationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.DateTimeParameterDeclarationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.DateTimeParameterDeclarationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.DateTimeParameterDeclarationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.DateTimeParameterDeclarationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.DateTimeParameterDeclarationProperty
An implementation for
CfnDashboard.DateTimeParameterDeclarationProperty-
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.DateTimeParameterDeclarationProperty
CfnDashboard.DateTimeParameterDeclarationProperty.Builder, CfnDashboard.DateTimeParameterDeclarationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.DateTimeParameterDeclarationProperty.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 default values of a parameter.final Objectfinal StringgetName()The name of the parameter that is being declared.final StringThe level of time precision that is used to aggregateDateTimevalues.final ObjectThe configuration that defines the default value of aDateTimeparameter when a value has not been set.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.DateTimeParameterDeclarationProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnDashboard.DateTimeParameterDeclarationPropertyThe name of the parameter that is being declared.- Specified by:
getNamein interfaceCfnDashboard.DateTimeParameterDeclarationProperty- See Also:
-
getDefaultValues
Description copied from interface:CfnDashboard.DateTimeParameterDeclarationPropertyThe default values of a parameter.If the parameter is a single-value parameter, a maximum of one default value can be provided.
- Specified by:
getDefaultValuesin interfaceCfnDashboard.DateTimeParameterDeclarationProperty- See Also:
-
getMappedDataSetParameters
- Specified by:
getMappedDataSetParametersin interfaceCfnDashboard.DateTimeParameterDeclarationProperty- See Also:
-
getTimeGranularity
Description copied from interface:CfnDashboard.DateTimeParameterDeclarationPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnDashboard.DateTimeParameterDeclarationProperty- See Also:
-
getValueWhenUnset
Description copied from interface:CfnDashboard.DateTimeParameterDeclarationPropertyThe configuration that defines the default value of aDateTimeparameter when a value has not been set.- Specified by:
getValueWhenUnsetin interfaceCfnDashboard.DateTimeParameterDeclarationProperty- 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()
-