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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.timestream.CfnScheduledQuery.MixedMeasureMappingPropertyCfnScheduledQuery.MixedMeasureMappingProperty.Builder, CfnScheduledQuery.MixedMeasureMappingProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnScheduledQuery.MixedMeasureMappingProperty.Builder.
 
- 
- 
Method Details- 
getMeasureValueTypeDescription 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 interface- CfnScheduledQuery.MixedMeasureMappingProperty
- See Also:
 
- 
getMeasureNameDescription 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 interface- CfnScheduledQuery.MixedMeasureMappingProperty
- See Also:
 
- 
getMultiMeasureAttributeMappingsDescription copied from interface:CfnScheduledQuery.MixedMeasureMappingPropertyRequired when measureValueType is MULTI.Attribute mappings for MULTI value measures. Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnScheduledQuery.MultiMeasureAttributeMappingProperty>- Specified by:
- getMultiMeasureAttributeMappingsin interface- CfnScheduledQuery.MixedMeasureMappingProperty
- See Also:
 
- 
getSourceColumnDescription 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 interface- CfnScheduledQuery.MixedMeasureMappingProperty
- See Also:
 
- 
getTargetMeasureNameDescription 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 interface- CfnScheduledQuery.MixedMeasureMappingProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-