@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TooltipOptions extends Object implements Serializable, Cloneable, StructuredPojo
The display options for the visual tooltip.
| Constructor and Description |
|---|
TooltipOptions() |
| Modifier and Type | Method and Description |
|---|---|
TooltipOptions |
clone() |
boolean |
equals(Object obj) |
FieldBasedTooltip |
getFieldBasedTooltip()
The setup for the detailed tooltip.
|
String |
getSelectedTooltipType()
The selected type for the tooltip.
|
String |
getTooltipVisibility()
Determines whether or not the tooltip is visible.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFieldBasedTooltip(FieldBasedTooltip fieldBasedTooltip)
The setup for the detailed tooltip.
|
void |
setSelectedTooltipType(String selectedTooltipType)
The selected type for the tooltip.
|
void |
setTooltipVisibility(String tooltipVisibility)
Determines whether or not the tooltip is visible.
|
String |
toString()
Returns a string representation of this object.
|
TooltipOptions |
withFieldBasedTooltip(FieldBasedTooltip fieldBasedTooltip)
The setup for the detailed tooltip.
|
TooltipOptions |
withSelectedTooltipType(SelectedTooltipType selectedTooltipType)
The selected type for the tooltip.
|
TooltipOptions |
withSelectedTooltipType(String selectedTooltipType)
The selected type for the tooltip.
|
TooltipOptions |
withTooltipVisibility(String tooltipVisibility)
Determines whether or not the tooltip is visible.
|
TooltipOptions |
withTooltipVisibility(Visibility tooltipVisibility)
Determines whether or not the tooltip is visible.
|
public void setTooltipVisibility(String tooltipVisibility)
Determines whether or not the tooltip is visible.
tooltipVisibility - Determines whether or not the tooltip is visible.Visibilitypublic String getTooltipVisibility()
Determines whether or not the tooltip is visible.
Visibilitypublic TooltipOptions withTooltipVisibility(String tooltipVisibility)
Determines whether or not the tooltip is visible.
tooltipVisibility - Determines whether or not the tooltip is visible.Visibilitypublic TooltipOptions withTooltipVisibility(Visibility tooltipVisibility)
Determines whether or not the tooltip is visible.
tooltipVisibility - Determines whether or not the tooltip is visible.Visibilitypublic void setSelectedTooltipType(String selectedTooltipType)
The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
selectedTooltipType - The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
SelectedTooltipTypepublic String getSelectedTooltipType()
The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
SelectedTooltipTypepublic TooltipOptions withSelectedTooltipType(String selectedTooltipType)
The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
selectedTooltipType - The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
SelectedTooltipTypepublic TooltipOptions withSelectedTooltipType(SelectedTooltipType selectedTooltipType)
The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
selectedTooltipType - The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
SelectedTooltipTypepublic void setFieldBasedTooltip(FieldBasedTooltip fieldBasedTooltip)
The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.
fieldBasedTooltip - The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based
on the tooltip type.public FieldBasedTooltip getFieldBasedTooltip()
The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.
public TooltipOptions withFieldBasedTooltip(FieldBasedTooltip fieldBasedTooltip)
The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.
fieldBasedTooltip - The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based
on the tooltip type.public String toString()
toString in class ObjectObject.toString()public TooltipOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.