Class CfnDataSet.JoinInstructionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.JoinInstructionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.JoinInstructionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.JoinInstructionProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.JoinInstructionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.JoinInstructionProperty
An implementation for
CfnDataSet.JoinInstructionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSet.JoinInstructionProperty
CfnDataSet.JoinInstructionProperty.Builder, CfnDataSet.JoinInstructionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSet.JoinInstructionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Join key properties of the left operand.final String
The operand on the left side of a join.final String
The join instructions provided in theON
clause of a join.final Object
Join key properties of the right operand.final String
The operand on the right side of a join.final String
getType()
The type of join that it is.final int
hashCode()
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.JoinInstructionProperty.Builder
.
-
-
Method Details
-
getLeftOperand
Description copied from interface:CfnDataSet.JoinInstructionProperty
The operand on the left side of a join.- Specified by:
getLeftOperand
in interfaceCfnDataSet.JoinInstructionProperty
- See Also:
-
getOnClause
Description copied from interface:CfnDataSet.JoinInstructionProperty
The join instructions provided in theON
clause of a join.- Specified by:
getOnClause
in interfaceCfnDataSet.JoinInstructionProperty
- See Also:
-
getRightOperand
Description copied from interface:CfnDataSet.JoinInstructionProperty
The operand on the right side of a join.- Specified by:
getRightOperand
in interfaceCfnDataSet.JoinInstructionProperty
- See Also:
-
getType
Description copied from interface:CfnDataSet.JoinInstructionProperty
The type of join that it is.- Specified by:
getType
in interfaceCfnDataSet.JoinInstructionProperty
- See Also:
-
getLeftJoinKeyProperties
Description copied from interface:CfnDataSet.JoinInstructionProperty
Join key properties of the left operand.- Specified by:
getLeftJoinKeyProperties
in interfaceCfnDataSet.JoinInstructionProperty
- See Also:
-
getRightJoinKeyProperties
Description copied from interface:CfnDataSet.JoinInstructionProperty
Join key properties of the right operand.- Specified by:
getRightJoinKeyProperties
in interfaceCfnDataSet.JoinInstructionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-