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- See Also:
-
getCalculatedFields
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe list of calculated field definitions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopic.TopicCalculatedFieldProperty>- Specified by:
getCalculatedFieldsin interfaceCfnTopic.DatasetMetadataProperty- See Also:
-
getColumns
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe list of column definitions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopic.TopicColumnProperty>- Specified by:
getColumnsin interfaceCfnTopic.DatasetMetadataProperty- See Also:
-
getDataAggregation
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe definition of a data aggregation.Returns union: either
IResolvableorCfnTopic.DataAggregationProperty- Specified by:
getDataAggregationin interfaceCfnTopic.DatasetMetadataProperty- See Also:
-
getDatasetDescription
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe description of the dataset.- Specified by:
getDatasetDescriptionin interfaceCfnTopic.DatasetMetadataProperty- See Also:
-
getDatasetName
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe name of the dataset.- Specified by:
getDatasetNamein interfaceCfnTopic.DatasetMetadataProperty- See Also:
-
getFilters
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe list of filter definitions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopic.TopicFilterProperty>- Specified by:
getFiltersin interfaceCfnTopic.DatasetMetadataProperty- See Also:
-
getNamedEntities
Description copied from interface:CfnTopic.DatasetMetadataPropertyThe list of named entities definitions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopic.TopicNamedEntityProperty>- Specified by:
getNamedEntitiesin interfaceCfnTopic.DatasetMetadataProperty- 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()
-