Class CfnDataSetPropsMixin.LogicalTableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.LogicalTableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.LogicalTableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.LogicalTableProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.LogicalTableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.LogicalTableProperty
An implementation for
CfnDataSetPropsMixin.LogicalTableProperty-
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.quicksight.CfnDataSetPropsMixin.LogicalTableProperty
CfnDataSetPropsMixin.LogicalTableProperty.Builder, CfnDataSetPropsMixin.LogicalTableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.LogicalTableProperty.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 StringgetAlias()A display name for the logical table.final ObjectTransform operations that act on this logical table.final ObjectInformation about the source of a logical 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 theCfnDataSetPropsMixin.LogicalTableProperty.Builder.
-
-
Method Details
-
getAlias
Description copied from interface:CfnDataSetPropsMixin.LogicalTablePropertyA display name for the logical table.
.- Specified by:
getAliasin interfaceCfnDataSetPropsMixin.LogicalTableProperty- See Also:
-
getDataTransforms
Description copied from interface:CfnDataSetPropsMixin.LogicalTablePropertyTransform operations that act on this logical table.
For this structure to be valid, only one of the attributes can be non-null.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSetPropsMixin.TransformOperationProperty>- Specified by:
getDataTransformsin interfaceCfnDataSetPropsMixin.LogicalTableProperty- See Also:
-
getSource
Description copied from interface:CfnDataSetPropsMixin.LogicalTablePropertyInformation about the source of a logical table.
This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
Returns union: either
IResolvableorCfnDataSetPropsMixin.LogicalTableSourceProperty- Specified by:
getSourcein interfaceCfnDataSetPropsMixin.LogicalTableProperty- 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()
-