Class CfnDataSet.JoinOperationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.JoinOperationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.JoinOperationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.JoinOperationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.JoinOperationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.JoinOperationProperty
An implementation for
CfnDataSet.JoinOperationProperty-
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.JoinOperationProperty
CfnDataSet.JoinOperationProperty.Builder, CfnDataSet.JoinOperationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.JoinOperationProperty.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()Alias for this operation.final ObjectThe left operand for the join operation.final ObjectProperties that control how the left operand's columns are handled in the join result.final StringThe join condition that specifies how to match rows between the left and right operands.final ObjectThe right operand for the join operation.final ObjectProperties that control how the right operand's columns are handled in the join result.final StringgetType()The type of join to perform, such asINNER,LEFT,RIGHT, orOUTER.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.JoinOperationProperty.Builder.
-
-
Method Details
-
getAlias
Description copied from interface:CfnDataSet.JoinOperationPropertyAlias for this operation.- Specified by:
getAliasin interfaceCfnDataSet.JoinOperationProperty- See Also:
-
getLeftOperand
Description copied from interface:CfnDataSet.JoinOperationPropertyThe left operand for the join operation.Returns union: either
IResolvableorCfnDataSet.TransformOperationSourceProperty- Specified by:
getLeftOperandin interfaceCfnDataSet.JoinOperationProperty- See Also:
-
getOnClause
Description copied from interface:CfnDataSet.JoinOperationPropertyThe join condition that specifies how to match rows between the left and right operands.- Specified by:
getOnClausein interfaceCfnDataSet.JoinOperationProperty- See Also:
-
getRightOperand
Description copied from interface:CfnDataSet.JoinOperationPropertyThe right operand for the join operation.Returns union: either
IResolvableorCfnDataSet.TransformOperationSourceProperty- Specified by:
getRightOperandin interfaceCfnDataSet.JoinOperationProperty- See Also:
-
getType
Description copied from interface:CfnDataSet.JoinOperationPropertyThe type of join to perform, such asINNER,LEFT,RIGHT, orOUTER.- Specified by:
getTypein interfaceCfnDataSet.JoinOperationProperty- See Also:
-
getLeftOperandProperties
Description copied from interface:CfnDataSet.JoinOperationPropertyProperties that control how the left operand's columns are handled in the join result.Returns union: either
IResolvableorCfnDataSet.JoinOperandPropertiesProperty- Specified by:
getLeftOperandPropertiesin interfaceCfnDataSet.JoinOperationProperty- See Also:
-
getRightOperandProperties
Description copied from interface:CfnDataSet.JoinOperationPropertyProperties that control how the right operand's columns are handled in the join result.Returns union: either
IResolvableorCfnDataSet.JoinOperandPropertiesProperty- Specified by:
getRightOperandPropertiesin interfaceCfnDataSet.JoinOperationProperty- 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()
-