Class CfnDataSetPropsMixin.AppendOperationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.AppendOperationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.AppendOperationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.AppendOperationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.AppendOperationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.AppendOperationProperty
An implementation for
CfnDataSetPropsMixin.AppendOperationProperty-
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.AppendOperationProperty
CfnDataSetPropsMixin.AppendOperationProperty.Builder, CfnDataSetPropsMixin.AppendOperationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.AppendOperationProperty.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 list of columns to include in the appended result, mapping columns from both sources.final ObjectThe first data source to be included in the append operation.final ObjectThe second data source to be appended to the first source.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.AppendOperationProperty.Builder.
-
-
Method Details
-
getAlias
Description copied from interface:CfnDataSetPropsMixin.AppendOperationPropertyAlias for this operation.- Specified by:
getAliasin interfaceCfnDataSetPropsMixin.AppendOperationProperty- See Also:
-
getAppendedColumns
Description copied from interface:CfnDataSetPropsMixin.AppendOperationPropertyThe list of columns to include in the appended result, mapping columns from both sources.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSetPropsMixin.AppendedColumnProperty>- Specified by:
getAppendedColumnsin interfaceCfnDataSetPropsMixin.AppendOperationProperty- See Also:
-
getFirstSource
Description copied from interface:CfnDataSetPropsMixin.AppendOperationPropertyThe first data source to be included in the append operation.Returns union: either
IResolvableorCfnDataSetPropsMixin.TransformOperationSourceProperty- Specified by:
getFirstSourcein interfaceCfnDataSetPropsMixin.AppendOperationProperty- See Also:
-
getSecondSource
Description copied from interface:CfnDataSetPropsMixin.AppendOperationPropertyThe second data source to be appended to the first source.Returns union: either
IResolvableorCfnDataSetPropsMixin.TransformOperationSourceProperty- Specified by:
getSecondSourcein interfaceCfnDataSetPropsMixin.AppendOperationProperty- 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()
-