Class CfnTemplate.WordCloudOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.WordCloudOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.WordCloudOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.WordCloudOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.WordCloudOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.WordCloudOptionsProperty
An implementation for
CfnTemplate.WordCloudOptionsProperty
-
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.CfnTemplate.WordCloudOptionsProperty
CfnTemplate.WordCloudOptionsProperty.Builder, CfnTemplate.WordCloudOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.WordCloudOptionsProperty.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 cloud layout options (fluid, normal) of a word cloud.final Number
The length limit of each word from 1-100.final String
The word casing options (lower_case, existing_case) for the words in a word cloud.final String
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.final String
The word padding options (none, small, medium, large) for the words in a word cloud.final String
The word scaling options (emphasize, normal) for the words in a word cloud.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 theCfnTemplate.WordCloudOptionsProperty.Builder
.
-
-
Method Details
-
getCloudLayout
Description copied from interface:CfnTemplate.WordCloudOptionsProperty
The cloud layout options (fluid, normal) of a word cloud.- Specified by:
getCloudLayout
in interfaceCfnTemplate.WordCloudOptionsProperty
- See Also:
-
getMaximumStringLength
Description copied from interface:CfnTemplate.WordCloudOptionsProperty
The length limit of each word from 1-100.- Specified by:
getMaximumStringLength
in interfaceCfnTemplate.WordCloudOptionsProperty
- See Also:
-
getWordCasing
Description copied from interface:CfnTemplate.WordCloudOptionsProperty
The word casing options (lower_case, existing_case) for the words in a word cloud.- Specified by:
getWordCasing
in interfaceCfnTemplate.WordCloudOptionsProperty
- See Also:
-
getWordOrientation
Description copied from interface:CfnTemplate.WordCloudOptionsProperty
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.- Specified by:
getWordOrientation
in interfaceCfnTemplate.WordCloudOptionsProperty
- See Also:
-
getWordPadding
Description copied from interface:CfnTemplate.WordCloudOptionsProperty
The word padding options (none, small, medium, large) for the words in a word cloud.- Specified by:
getWordPadding
in interfaceCfnTemplate.WordCloudOptionsProperty
- See Also:
-
getWordScaling
Description copied from interface:CfnTemplate.WordCloudOptionsProperty
The word scaling options (emphasize, normal) for the words in a word cloud.- Specified by:
getWordScaling
in interfaceCfnTemplate.WordCloudOptionsProperty
- 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()
-