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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.timestream.CfnScheduledQuery.MixedMeasureMappingProperty
CfnScheduledQuery.MixedMeasureMappingProperty.Builder, CfnScheduledQuery.MixedMeasureMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScheduledQuery.MixedMeasureMappingProperty.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 StringRefers to the value of measure_name in a result row.final StringType of the value that is to be read from sourceColumn.final ObjectRequired when measureValueType is MULTI.final StringThis field refers to the source column from which measure-value is to be read for result materialization.final StringTarget measure name to be used.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 theCfnScheduledQuery.MixedMeasureMappingProperty.Builder.
-
-
Method Details
-
getMeasureValueType
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingPropertyType of the value that is to be read from sourceColumn.If the mapping is for MULTI, use MeasureValueType.MULTI.
- Specified by:
getMeasureValueTypein interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
getMeasureName
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingPropertyRefers to the value of measure_name in a result row.This field is required if MeasureNameColumn is provided.
- Specified by:
getMeasureNamein interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
getMultiMeasureAttributeMappings
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingPropertyRequired when measureValueType is MULTI.Attribute mappings for MULTI value measures.
- Specified by:
getMultiMeasureAttributeMappingsin interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
getSourceColumn
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingPropertyThis field refers to the source column from which measure-value is to be read for result materialization.- Specified by:
getSourceColumnin interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
getTargetMeasureName
Description copied from interface:CfnScheduledQuery.MixedMeasureMappingPropertyTarget 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:
getTargetMeasureNamein interfaceCfnScheduledQuery.MixedMeasureMappingProperty
-
$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()
-