Class CfnScheduledQueryPropsMixin.MixedMeasureMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnScheduledQueryPropsMixin.MixedMeasureMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduledQueryPropsMixin.MixedMeasureMappingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScheduledQueryPropsMixin.MixedMeasureMappingProperty
@Stability(Stable)
@Internal
public static final class CfnScheduledQueryPropsMixin.MixedMeasureMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScheduledQueryPropsMixin.MixedMeasureMappingProperty
An implementation for
CfnScheduledQueryPropsMixin.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.cfnpropertymixins.services.timestream.CfnScheduledQueryPropsMixin.MixedMeasureMappingProperty
CfnScheduledQueryPropsMixin.MixedMeasureMappingProperty.Builder, CfnScheduledQueryPropsMixin.MixedMeasureMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScheduledQueryPropsMixin.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 theCfnScheduledQueryPropsMixin.MixedMeasureMappingProperty.Builder.
-
-
Method Details
-
getMeasureName
Description copied from interface:CfnScheduledQueryPropsMixin.MixedMeasureMappingPropertyRefers to the value of measure_name in a result row.This field is required if MeasureNameColumn is provided.
- Specified by:
getMeasureNamein interfaceCfnScheduledQueryPropsMixin.MixedMeasureMappingProperty- See Also:
-
getMeasureValueType
Description copied from interface:CfnScheduledQueryPropsMixin.MixedMeasureMappingPropertyType of the value that is to be read from sourceColumn.If the mapping is for MULTI, use MeasureValueType.MULTI.
- Specified by:
getMeasureValueTypein interfaceCfnScheduledQueryPropsMixin.MixedMeasureMappingProperty- See Also:
-
getMultiMeasureAttributeMappings
Description copied from interface:CfnScheduledQueryPropsMixin.MixedMeasureMappingPropertyRequired when measureValueType is MULTI.Attribute mappings for MULTI value measures.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty>- Specified by:
getMultiMeasureAttributeMappingsin interfaceCfnScheduledQueryPropsMixin.MixedMeasureMappingProperty- See Also:
-
getSourceColumn
Description copied from interface:CfnScheduledQueryPropsMixin.MixedMeasureMappingPropertyThis field refers to the source column from which measure-value is to be read for result materialization.- Specified by:
getSourceColumnin interfaceCfnScheduledQueryPropsMixin.MixedMeasureMappingProperty- See Also:
-
getTargetMeasureName
Description copied from interface:CfnScheduledQueryPropsMixin.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 interfaceCfnScheduledQueryPropsMixin.MixedMeasureMappingProperty- See Also:
-
$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()
-