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