Class CfnScheduledQuery.MixedMeasureMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.timestream.CfnScheduledQuery.MixedMeasureMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduledQuery.MixedMeasureMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnScheduledQuery.MixedMeasureMappingProperty
@Stability(Stable)
@Internal
public static final class CfnScheduledQuery.MixedMeasureMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScheduledQuery.MixedMeasureMappingProperty
An implementation for
CfnScheduledQuery.MixedMeasureMappingProperty
-
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.MixedMeasureMappingProperty
CfnScheduledQuery.MixedMeasureMappingProperty.Builder, CfnScheduledQuery.MixedMeasureMappingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScheduledQuery.MixedMeasureMappingProperty.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
Refers to the value of measure_name in a result row.final String
Type of the value that is to be read from sourceColumn.final Object
Required when measureValueType is MULTI.final String
This field refers to the source column from which measure-value is to be read for result materialization.final String
Target measure name to be used.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.MixedMeasureMappingProperty.Builder
.
-
-
Method Details
-
getMeasureValueType
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingProperty
Type of the value that is to be read from sourceColumn.If the mapping is for MULTI, use MeasureValueType.MULTI.
- Specified by:
getMeasureValueType
in interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
getMeasureName
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingProperty
Refers to the value of measure_name in a result row.This field is required if MeasureNameColumn is provided.
- Specified by:
getMeasureName
in interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
getMultiMeasureAttributeMappings
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingProperty
Required when measureValueType is MULTI.Attribute mappings for MULTI value measures.
- Specified by:
getMultiMeasureAttributeMappings
in interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
getSourceColumn
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingProperty
This field refers to the source column from which measure-value is to be read for result materialization.- Specified by:
getSourceColumn
in interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
getTargetMeasureName
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingProperty
Target measure name to be used.If not provided, the target measure name by default would be measure-name if provided, or sourceColumn otherwise.
- Specified by:
getTargetMeasureName
in interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
$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()
-