@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.Visibility
public String getTooltipVisibility()
Determines whether or not the tooltip is visible.
Visibility
public TooltipOptions withTooltipVisibility(String tooltipVisibility)
Determines whether or not the tooltip is visible.
tooltipVisibility
- Determines whether or not the tooltip is visible.Visibility
public TooltipOptions withTooltipVisibility(Visibility tooltipVisibility)
Determines whether or not the tooltip is visible.
tooltipVisibility
- Determines whether or not the tooltip is visible.Visibility
public 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.
SelectedTooltipType
public 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.
SelectedTooltipType
public 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.
SelectedTooltipType
public 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.
SelectedTooltipType
public 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 Object
Object.toString()
public TooltipOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.