Class CfnDataSet.LogicalTableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.LogicalTableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.LogicalTableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.LogicalTableProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.LogicalTableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.LogicalTableProperty
An implementation for
CfnDataSet.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.services.quicksight.CfnDataSet.LogicalTableProperty
CfnDataSet.LogicalTableProperty.Builder, CfnDataSet.LogicalTableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.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 theCfnDataSet.LogicalTableProperty.Builder.
-
-
Method Details
-
getAlias
Description copied from interface:CfnDataSet.LogicalTablePropertyA display name for the logical table.
.- Specified by:
getAliasin interfaceCfnDataSet.LogicalTableProperty- See Also:
-
getSource
Description copied from interface:CfnDataSet.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
IResolvableorCfnDataSet.LogicalTableSourceProperty- Specified by:
getSourcein interfaceCfnDataSet.LogicalTableProperty- See Also:
-
getDataTransforms
Description copied from interface:CfnDataSet.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: '<'eitherIResolvableorCfnDataSet.TransformOperationProperty>- Specified by:
getDataTransformsin interfaceCfnDataSet.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()
-