Class CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.timestream.CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduledQuery.MultiMeasureAttributeMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnScheduledQuery.MultiMeasureAttributeMappingProperty
@Stability(Stable)
@Internal
public static final class CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScheduledQuery.MultiMeasureAttributeMappingProperty
An implementation for
CfnScheduledQuery.MultiMeasureAttributeMappingProperty
-
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.timestream.CfnScheduledQuery.MultiMeasureAttributeMappingProperty
CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder, CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScheduledQuery.MultiMeasureAttributeMappingProperty.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 String
Type of the attribute to be read from the source column.final String
Source column from where the attribute value is to be read.final String
Custom name to be used for attribute name in derived table.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 theCfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder
.
-
-
Method Details
-
getMeasureValueType
Description copied from interface:CfnScheduledQuery.MultiMeasureAttributeMappingProperty
Type of the attribute to be read from the source column.- Specified by:
getMeasureValueType
in interfaceCfnScheduledQuery.MultiMeasureAttributeMappingProperty
-
getSourceColumn
Description copied from interface:CfnScheduledQuery.MultiMeasureAttributeMappingProperty
Source column from where the attribute value is to be read.- Specified by:
getSourceColumn
in interfaceCfnScheduledQuery.MultiMeasureAttributeMappingProperty
-
getTargetMultiMeasureAttributeName
Description copied from interface:CfnScheduledQuery.MultiMeasureAttributeMappingProperty
Custom name to be used for attribute name in derived table.If not provided, source column name would be used.
- Specified by:
getTargetMultiMeasureAttributeName
in interfaceCfnScheduledQuery.MultiMeasureAttributeMappingProperty
-
$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()
-