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