@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WordCloudFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field wells of a word cloud visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Constructor and Description | 
|---|
| WordCloudFieldWells() | 
| Modifier and Type | Method and Description | 
|---|---|
| WordCloudFieldWells | clone() | 
| boolean | equals(Object obj) | 
| WordCloudAggregatedFieldWells | getWordCloudAggregatedFieldWells()
 The aggregated field wells of a word cloud. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setWordCloudAggregatedFieldWells(WordCloudAggregatedFieldWells wordCloudAggregatedFieldWells)
 The aggregated field wells of a word cloud. | 
| String | toString()Returns a string representation of this object. | 
| WordCloudFieldWells | withWordCloudAggregatedFieldWells(WordCloudAggregatedFieldWells wordCloudAggregatedFieldWells)
 The aggregated field wells of a word cloud. | 
public void setWordCloudAggregatedFieldWells(WordCloudAggregatedFieldWells wordCloudAggregatedFieldWells)
The aggregated field wells of a word cloud.
wordCloudAggregatedFieldWells - The aggregated field wells of a word cloud.public WordCloudAggregatedFieldWells getWordCloudAggregatedFieldWells()
The aggregated field wells of a word cloud.
public WordCloudFieldWells withWordCloudAggregatedFieldWells(WordCloudAggregatedFieldWells wordCloudAggregatedFieldWells)
The aggregated field wells of a word cloud.
wordCloudAggregatedFieldWells - The aggregated field wells of a word cloud.public String toString()
toString in class ObjectObject.toString()public WordCloudFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.