Class CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty
@Stability(Stable)
@Internal
public static final class CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty
An implementation for
CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty-
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.MultiMeasureAttributeMappingProperty
CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty.Builder, CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty.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 StringType of the attribute to be read from the source column.final StringSource column from where the attribute value is to be read.final StringCustom name to be used for attribute name in derived table.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
protected Jsii$Proxy(CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty.Builder.
-
-
Method Details
-
getMeasureValueType
Description copied from interface:CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingPropertyType of the attribute to be read from the source column.- Specified by:
getMeasureValueTypein interfaceCfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty- See Also:
-
getSourceColumn
Description copied from interface:CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingPropertySource column from where the attribute value is to be read.- Specified by:
getSourceColumnin interfaceCfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty- See Also:
-
getTargetMultiMeasureAttributeName
Description copied from interface:CfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingPropertyCustom name to be used for attribute name in derived table.If not provided, source column name would be used.
- Specified by:
getTargetMultiMeasureAttributeNamein interfaceCfnScheduledQueryPropsMixin.MultiMeasureAttributeMappingProperty- 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()
-