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