Class CfnTopic.NamedEntityDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTopic.NamedEntityDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopic.NamedEntityDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopic.NamedEntityDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnTopic.NamedEntityDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopic.NamedEntityDefinitionProperty
An implementation for
CfnTopic.NamedEntityDefinitionProperty-
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.NamedEntityDefinitionProperty
CfnTopic.NamedEntityDefinitionProperty.Builder, CfnTopic.NamedEntityDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopic.NamedEntityDefinitionProperty.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 StringThe name of the entity.final ObjectThe definition of a metric.final StringThe property name to be used for the named entity.final StringThe property role.final StringThe property usage.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.NamedEntityDefinitionProperty.Builder.
-
-
Method Details
-
getFieldName
Description copied from interface:CfnTopic.NamedEntityDefinitionPropertyThe name of the entity.- Specified by:
getFieldNamein interfaceCfnTopic.NamedEntityDefinitionProperty- See Also:
-
getMetric
Description copied from interface:CfnTopic.NamedEntityDefinitionPropertyThe definition of a metric.Returns union: either
IResolvableorCfnTopic.NamedEntityDefinitionMetricProperty- Specified by:
getMetricin interfaceCfnTopic.NamedEntityDefinitionProperty- See Also:
-
getPropertyName
Description copied from interface:CfnTopic.NamedEntityDefinitionPropertyThe property name to be used for the named entity.- Specified by:
getPropertyNamein interfaceCfnTopic.NamedEntityDefinitionProperty- See Also:
-
getPropertyRole
Description copied from interface:CfnTopic.NamedEntityDefinitionPropertyThe property role.Valid values for this structure are
PRIMARYandID.- Specified by:
getPropertyRolein interfaceCfnTopic.NamedEntityDefinitionProperty- See Also:
-
getPropertyUsage
Description copied from interface:CfnTopic.NamedEntityDefinitionPropertyThe property usage.Valid values for this structure are
INHERIT,DIMENSION, andMEASURE.- Specified by:
getPropertyUsagein interfaceCfnTopic.NamedEntityDefinitionProperty- 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()
-