@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WordCloudOptions extends Object implements Serializable, Cloneable, StructuredPojo
The word cloud options for a word cloud visual.
| Constructor and Description | 
|---|
| WordCloudOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| WordCloudOptions | clone() | 
| boolean | equals(Object obj) | 
| String | getCloudLayout()
 The cloud layout options (fluid, normal) of a word cloud. | 
| Integer | getMaximumStringLength()
 The length limit of each word from 1-100. | 
| String | getWordCasing()
 The word casing options (lower_case, existing_case) for the words in a word cloud. | 
| String | getWordOrientation()
 The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud. | 
| String | getWordPadding()
 The word padding options (none, small, medium, large) for the words in a word cloud. | 
| String | getWordScaling()
 The word scaling options (emphasize, normal) for the words in a word cloud. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCloudLayout(String cloudLayout)
 The cloud layout options (fluid, normal) of a word cloud. | 
| void | setMaximumStringLength(Integer maximumStringLength)
 The length limit of each word from 1-100. | 
| void | setWordCasing(String wordCasing)
 The word casing options (lower_case, existing_case) for the words in a word cloud. | 
| void | setWordOrientation(String wordOrientation)
 The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud. | 
| void | setWordPadding(String wordPadding)
 The word padding options (none, small, medium, large) for the words in a word cloud. | 
| void | setWordScaling(String wordScaling)
 The word scaling options (emphasize, normal) for the words in a word cloud. | 
| String | toString()Returns a string representation of this object. | 
| WordCloudOptions | withCloudLayout(String cloudLayout)
 The cloud layout options (fluid, normal) of a word cloud. | 
| WordCloudOptions | withCloudLayout(WordCloudCloudLayout cloudLayout)
 The cloud layout options (fluid, normal) of a word cloud. | 
| WordCloudOptions | withMaximumStringLength(Integer maximumStringLength)
 The length limit of each word from 1-100. | 
| WordCloudOptions | withWordCasing(String wordCasing)
 The word casing options (lower_case, existing_case) for the words in a word cloud. | 
| WordCloudOptions | withWordCasing(WordCloudWordCasing wordCasing)
 The word casing options (lower_case, existing_case) for the words in a word cloud. | 
| WordCloudOptions | withWordOrientation(String wordOrientation)
 The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud. | 
| WordCloudOptions | withWordOrientation(WordCloudWordOrientation wordOrientation)
 The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud. | 
| WordCloudOptions | withWordPadding(String wordPadding)
 The word padding options (none, small, medium, large) for the words in a word cloud. | 
| WordCloudOptions | withWordPadding(WordCloudWordPadding wordPadding)
 The word padding options (none, small, medium, large) for the words in a word cloud. | 
| WordCloudOptions | withWordScaling(String wordScaling)
 The word scaling options (emphasize, normal) for the words in a word cloud. | 
| WordCloudOptions | withWordScaling(WordCloudWordScaling wordScaling)
 The word scaling options (emphasize, normal) for the words in a word cloud. | 
public void setWordOrientation(String wordOrientation)
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.WordCloudWordOrientationpublic String getWordOrientation()
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
WordCloudWordOrientationpublic WordCloudOptions withWordOrientation(String wordOrientation)
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.WordCloudWordOrientationpublic WordCloudOptions withWordOrientation(WordCloudWordOrientation wordOrientation)
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.WordCloudWordOrientationpublic void setWordScaling(String wordScaling)
The word scaling options (emphasize, normal) for the words in a word cloud.
wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.WordCloudWordScalingpublic String getWordScaling()
The word scaling options (emphasize, normal) for the words in a word cloud.
WordCloudWordScalingpublic WordCloudOptions withWordScaling(String wordScaling)
The word scaling options (emphasize, normal) for the words in a word cloud.
wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.WordCloudWordScalingpublic WordCloudOptions withWordScaling(WordCloudWordScaling wordScaling)
The word scaling options (emphasize, normal) for the words in a word cloud.
wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.WordCloudWordScalingpublic void setCloudLayout(String cloudLayout)
The cloud layout options (fluid, normal) of a word cloud.
cloudLayout - The cloud layout options (fluid, normal) of a word cloud.WordCloudCloudLayoutpublic String getCloudLayout()
The cloud layout options (fluid, normal) of a word cloud.
WordCloudCloudLayoutpublic WordCloudOptions withCloudLayout(String cloudLayout)
The cloud layout options (fluid, normal) of a word cloud.
cloudLayout - The cloud layout options (fluid, normal) of a word cloud.WordCloudCloudLayoutpublic WordCloudOptions withCloudLayout(WordCloudCloudLayout cloudLayout)
The cloud layout options (fluid, normal) of a word cloud.
cloudLayout - The cloud layout options (fluid, normal) of a word cloud.WordCloudCloudLayoutpublic void setWordCasing(String wordCasing)
The word casing options (lower_case, existing_case) for the words in a word cloud.
wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.WordCloudWordCasingpublic String getWordCasing()
The word casing options (lower_case, existing_case) for the words in a word cloud.
WordCloudWordCasingpublic WordCloudOptions withWordCasing(String wordCasing)
The word casing options (lower_case, existing_case) for the words in a word cloud.
wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.WordCloudWordCasingpublic WordCloudOptions withWordCasing(WordCloudWordCasing wordCasing)
The word casing options (lower_case, existing_case) for the words in a word cloud.
wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.WordCloudWordCasingpublic void setWordPadding(String wordPadding)
The word padding options (none, small, medium, large) for the words in a word cloud.
wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.WordCloudWordPaddingpublic String getWordPadding()
The word padding options (none, small, medium, large) for the words in a word cloud.
WordCloudWordPaddingpublic WordCloudOptions withWordPadding(String wordPadding)
The word padding options (none, small, medium, large) for the words in a word cloud.
wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.WordCloudWordPaddingpublic WordCloudOptions withWordPadding(WordCloudWordPadding wordPadding)
The word padding options (none, small, medium, large) for the words in a word cloud.
wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.WordCloudWordPaddingpublic void setMaximumStringLength(Integer maximumStringLength)
The length limit of each word from 1-100.
maximumStringLength - The length limit of each word from 1-100.public Integer getMaximumStringLength()
The length limit of each word from 1-100.
public WordCloudOptions withMaximumStringLength(Integer maximumStringLength)
The length limit of each word from 1-100.
maximumStringLength - The length limit of each word from 1-100.public String toString()
toString in class ObjectObject.toString()public WordCloudOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.