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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSet.JoinInstructionProperty
CfnDataSet.JoinInstructionProperty.Builder, CfnDataSet.JoinInstructionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.JoinInstructionProperty.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 ObjectJoin key properties of the left operand.final StringThe operand on the left side of a join.final StringThe join instructions provided in theONclause of a join.final ObjectJoin key properties of the right operand.final StringThe operand on the right side of a join.final StringgetType()The type of join that it is.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.JoinInstructionProperty.Builder.
-
-
Method Details
-
getLeftOperand
Description copied from interface:CfnDataSet.JoinInstructionPropertyThe operand on the left side of a join.- Specified by:
getLeftOperandin interfaceCfnDataSet.JoinInstructionProperty
-
getOnClause
Description copied from interface:CfnDataSet.JoinInstructionPropertyThe join instructions provided in theONclause of a join.- Specified by:
getOnClausein interfaceCfnDataSet.JoinInstructionProperty
-
getRightOperand
Description copied from interface:CfnDataSet.JoinInstructionPropertyThe operand on the right side of a join.- Specified by:
getRightOperandin interfaceCfnDataSet.JoinInstructionProperty
-
getType
Description copied from interface:CfnDataSet.JoinInstructionPropertyThe type of join that it is.- Specified by:
getTypein interfaceCfnDataSet.JoinInstructionProperty
-
getLeftJoinKeyProperties
Description copied from interface:CfnDataSet.JoinInstructionPropertyJoin key properties of the left operand.- Specified by:
getLeftJoinKeyPropertiesin interfaceCfnDataSet.JoinInstructionProperty
-
getRightJoinKeyProperties
Description copied from interface:CfnDataSet.JoinInstructionPropertyJoin key properties of the right operand.- Specified by:
getRightJoinKeyPropertiesin interfaceCfnDataSet.JoinInstructionProperty
-
$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()
-