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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTopic.DatasetMetadataProperty
CfnTopic.DatasetMetadataProperty.Builder, CfnTopic.DatasetMetadataProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopic.DatasetMetadataProperty.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 Object
The list of calculated field definitions.final Object
The list of column definitions.final Object
The definition of a data aggregation.final String
The Amazon Resource Name (ARN) of the dataset.final String
The description of the dataset.final String
The name of the dataset.final Object
The list of filter definitions.final Object
The list of named entities definitions.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 theCfnTopic.DatasetMetadataProperty.Builder
.
-
-
Method Details
-
getDatasetArn
Description copied from interface:CfnTopic.DatasetMetadataProperty
The Amazon Resource Name (ARN) of the dataset.- Specified by:
getDatasetArn
in interfaceCfnTopic.DatasetMetadataProperty
- See Also:
-
getCalculatedFields
Description copied from interface:CfnTopic.DatasetMetadataProperty
The list of calculated field definitions.- Specified by:
getCalculatedFields
in interfaceCfnTopic.DatasetMetadataProperty
- See Also:
-
getColumns
Description copied from interface:CfnTopic.DatasetMetadataProperty
The list of column definitions.- Specified by:
getColumns
in interfaceCfnTopic.DatasetMetadataProperty
- See Also:
-
getDataAggregation
Description copied from interface:CfnTopic.DatasetMetadataProperty
The definition of a data aggregation.- Specified by:
getDataAggregation
in interfaceCfnTopic.DatasetMetadataProperty
- See Also:
-
getDatasetDescription
Description copied from interface:CfnTopic.DatasetMetadataProperty
The description of the dataset.- Specified by:
getDatasetDescription
in interfaceCfnTopic.DatasetMetadataProperty
- See Also:
-
getDatasetName
Description copied from interface:CfnTopic.DatasetMetadataProperty
The name of the dataset.- Specified by:
getDatasetName
in interfaceCfnTopic.DatasetMetadataProperty
- See Also:
-
getFilters
Description copied from interface:CfnTopic.DatasetMetadataProperty
The list of filter definitions.- Specified by:
getFilters
in interfaceCfnTopic.DatasetMetadataProperty
- See Also:
-
getNamedEntities
Description copied from interface:CfnTopic.DatasetMetadataProperty
The list of named entities definitions.- Specified by:
getNamedEntities
in interfaceCfnTopic.DatasetMetadataProperty
- See Also:
-
$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()
-