Class CfnTopic.DatasetMetadataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTopic.DatasetMetadataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopic.DatasetMetadataProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTopic.DatasetMetadataProperty
@Stability(Stable)
@Internal
public static final class CfnTopic.DatasetMetadataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopic.DatasetMetadataProperty
An implementation for
CfnTopic.DatasetMetadataProperty-
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.CfnTopic.DatasetMetadataProperty
CfnTopic.DatasetMetadataProperty.Builder, CfnTopic.DatasetMetadataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopic.DatasetMetadataProperty.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 ObjectThe list of calculated field definitions.final ObjectThe list of column definitions.final ObjectThe definition of a data aggregation.final StringThe Amazon Resource Name (ARN) of the dataset.final StringThe description of the dataset.final StringThe name of the dataset.final ObjectThe list of filter definitions.final ObjectThe list of named entities definitions.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 theCfnTopic.DatasetMetadataProperty.Builder.
-
-
Method Details
-
getDatasetArn
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe Amazon Resource Name (ARN) of the dataset.- Specified by:
getDatasetArnin interfaceCfnTopic.DatasetMetadataProperty
-
getCalculatedFields
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe list of calculated field definitions.- Specified by:
getCalculatedFieldsin interfaceCfnTopic.DatasetMetadataProperty
-
getColumns
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe list of column definitions.- Specified by:
getColumnsin interfaceCfnTopic.DatasetMetadataProperty
-
getDataAggregation
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe definition of a data aggregation.- Specified by:
getDataAggregationin interfaceCfnTopic.DatasetMetadataProperty
-
getDatasetDescription
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe description of the dataset.- Specified by:
getDatasetDescriptionin interfaceCfnTopic.DatasetMetadataProperty
-
getDatasetName
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe name of the dataset.- Specified by:
getDatasetNamein interfaceCfnTopic.DatasetMetadataProperty
-
getFilters
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe list of filter definitions.- Specified by:
getFiltersin interfaceCfnTopic.DatasetMetadataProperty
-
getNamedEntities
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe list of named entities definitions.- Specified by:
getNamedEntitiesin interfaceCfnTopic.DatasetMetadataProperty
-
$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()
-