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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.WordCloudOptionsProperty
CfnTemplate.WordCloudOptionsProperty.Builder, CfnTemplate.WordCloudOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.WordCloudOptionsProperty.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 cloud layout options (fluid, normal) of a word cloud.final NumberThe length limit of each word from 1-100.final StringThe word casing options (lower_case, existing_case) for the words in a word cloud.final StringThe word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.final StringThe word padding options (none, small, medium, large) for the words in a word cloud.final StringThe word scaling options (emphasize, normal) for the words in a word cloud.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 theCfnTemplate.WordCloudOptionsProperty.Builder.
-
-
Method Details
-
getCloudLayout
Description copied from interface:CfnTemplate.WordCloudOptionsPropertyThe cloud layout options (fluid, normal) of a word cloud.- Specified by:
getCloudLayoutin interfaceCfnTemplate.WordCloudOptionsProperty- See Also:
-
getMaximumStringLength
Description copied from interface:CfnTemplate.WordCloudOptionsPropertyThe length limit of each word from 1-100.- Specified by:
getMaximumStringLengthin interfaceCfnTemplate.WordCloudOptionsProperty- See Also:
-
getWordCasing
Description copied from interface:CfnTemplate.WordCloudOptionsPropertyThe word casing options (lower_case, existing_case) for the words in a word cloud.- Specified by:
getWordCasingin interfaceCfnTemplate.WordCloudOptionsProperty- See Also:
-
getWordOrientation
Description copied from interface:CfnTemplate.WordCloudOptionsPropertyThe word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.- Specified by:
getWordOrientationin interfaceCfnTemplate.WordCloudOptionsProperty- See Also:
-
getWordPadding
Description copied from interface:CfnTemplate.WordCloudOptionsPropertyThe word padding options (none, small, medium, large) for the words in a word cloud.- Specified by:
getWordPaddingin interfaceCfnTemplate.WordCloudOptionsProperty- See Also:
-
getWordScaling
Description copied from interface:CfnTemplate.WordCloudOptionsPropertyThe word scaling options (emphasize, normal) for the words in a word cloud.- Specified by:
getWordScalingin interfaceCfnTemplate.WordCloudOptionsProperty- 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()
-