Class CfnAnalysis.DateTimeParameterDeclarationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.DateTimeParameterDeclarationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.DateTimeParameterDeclarationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.DateTimeParameterDeclarationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.DateTimeParameterDeclarationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.DateTimeParameterDeclarationProperty
An implementation for
CfnAnalysis.DateTimeParameterDeclarationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.DateTimeParameterDeclarationProperty
CfnAnalysis.DateTimeParameterDeclarationProperty.Builder, CfnAnalysis.DateTimeParameterDeclarationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.DateTimeParameterDeclarationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The default values of a parameter.final Object
CfnAnalysis.DateTimeParameterDeclarationProperty.MappedDataSetParameters
.final String
getName()
The name of the parameter that is being declared.final String
The level of time precision that is used to aggregateDateTime
values.final Object
The configuration that defines the default value of aDateTime
parameter when a value has not been set.final int
hashCode()
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.DateTimeParameterDeclarationProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnAnalysis.DateTimeParameterDeclarationProperty
The name of the parameter that is being declared.- Specified by:
getName
in interfaceCfnAnalysis.DateTimeParameterDeclarationProperty
-
getDefaultValues
Description copied from interface:CfnAnalysis.DateTimeParameterDeclarationProperty
The default values of a parameter.If the parameter is a single-value parameter, a maximum of one default value can be provided.
- Specified by:
getDefaultValues
in interfaceCfnAnalysis.DateTimeParameterDeclarationProperty
-
getMappedDataSetParameters
Description copied from interface:CfnAnalysis.DateTimeParameterDeclarationProperty
CfnAnalysis.DateTimeParameterDeclarationProperty.MappedDataSetParameters
.- Specified by:
getMappedDataSetParameters
in interfaceCfnAnalysis.DateTimeParameterDeclarationProperty
-
getTimeGranularity
Description copied from interface:CfnAnalysis.DateTimeParameterDeclarationProperty
The level of time precision that is used to aggregateDateTime
values.- Specified by:
getTimeGranularity
in interfaceCfnAnalysis.DateTimeParameterDeclarationProperty
-
getValueWhenUnset
Description copied from interface:CfnAnalysis.DateTimeParameterDeclarationProperty
The configuration that defines the default value of aDateTime
parameter when a value has not been set.- Specified by:
getValueWhenUnset
in interfaceCfnAnalysis.DateTimeParameterDeclarationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-