@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TooltipItem extends Object implements Serializable, Cloneable, StructuredPojo
The tooltip.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Constructor and Description |
|---|
TooltipItem() |
| Modifier and Type | Method and Description |
|---|---|
TooltipItem |
clone() |
boolean |
equals(Object obj) |
ColumnTooltipItem |
getColumnTooltipItem()
The tooltip item for the columns that are not part of a field well.
|
FieldTooltipItem |
getFieldTooltipItem()
The tooltip item for the fields.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColumnTooltipItem(ColumnTooltipItem columnTooltipItem)
The tooltip item for the columns that are not part of a field well.
|
void |
setFieldTooltipItem(FieldTooltipItem fieldTooltipItem)
The tooltip item for the fields.
|
String |
toString()
Returns a string representation of this object.
|
TooltipItem |
withColumnTooltipItem(ColumnTooltipItem columnTooltipItem)
The tooltip item for the columns that are not part of a field well.
|
TooltipItem |
withFieldTooltipItem(FieldTooltipItem fieldTooltipItem)
The tooltip item for the fields.
|
public void setFieldTooltipItem(FieldTooltipItem fieldTooltipItem)
The tooltip item for the fields.
fieldTooltipItem - The tooltip item for the fields.public FieldTooltipItem getFieldTooltipItem()
The tooltip item for the fields.
public TooltipItem withFieldTooltipItem(FieldTooltipItem fieldTooltipItem)
The tooltip item for the fields.
fieldTooltipItem - The tooltip item for the fields.public void setColumnTooltipItem(ColumnTooltipItem columnTooltipItem)
The tooltip item for the columns that are not part of a field well.
columnTooltipItem - The tooltip item for the columns that are not part of a field well.public ColumnTooltipItem getColumnTooltipItem()
The tooltip item for the columns that are not part of a field well.
public TooltipItem withColumnTooltipItem(ColumnTooltipItem columnTooltipItem)
The tooltip item for the columns that are not part of a field well.
columnTooltipItem - The tooltip item for the columns that are not part of a field well.public String toString()
toString in class ObjectObject.toString()public TooltipItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.