Class CfnDataSet.TagColumnOperationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.TagColumnOperationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.TagColumnOperationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSet.TagColumnOperationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.TagColumnOperationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.TagColumnOperationProperty
An implementation for
CfnDataSet.TagColumnOperationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSet.TagColumnOperationProperty
CfnDataSet.TagColumnOperationProperty.Builder, CfnDataSet.TagColumnOperationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSet.TagColumnOperationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The column that this operation acts on.final List<CfnDataSet.ColumnTagProperty>
getTags()
The dataset column tag, currently only used for geospatial type tagging.final int
hashCode()
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.TagColumnOperationProperty.Builder
.
-
-
Method Details
-
getColumnName
Description copied from interface:CfnDataSet.TagColumnOperationProperty
The column that this operation acts on.- Specified by:
getColumnName
in interfaceCfnDataSet.TagColumnOperationProperty
-
getTags
Description copied from interface:CfnDataSet.TagColumnOperationProperty
The dataset column tag, currently only used for geospatial type tagging.This is not tags for the AWS tagging feature.
- Specified by:
getTags
in interfaceCfnDataSet.TagColumnOperationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-