@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldTooltipItem extends Object implements Serializable, Cloneable, StructuredPojo
The tooltip item for the fields.
Constructor and Description |
---|
FieldTooltipItem() |
Modifier and Type | Method and Description |
---|---|
FieldTooltipItem |
clone() |
boolean |
equals(Object obj) |
String |
getFieldId()
The unique ID of the field that is targeted by the tooltip.
|
String |
getLabel()
The label of the tooltip item.
|
String |
getVisibility()
The visibility of the tooltip item.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFieldId(String fieldId)
The unique ID of the field that is targeted by the tooltip.
|
void |
setLabel(String label)
The label of the tooltip item.
|
void |
setVisibility(String visibility)
The visibility of the tooltip item.
|
String |
toString()
Returns a string representation of this object.
|
FieldTooltipItem |
withFieldId(String fieldId)
The unique ID of the field that is targeted by the tooltip.
|
FieldTooltipItem |
withLabel(String label)
The label of the tooltip item.
|
FieldTooltipItem |
withVisibility(String visibility)
The visibility of the tooltip item.
|
FieldTooltipItem |
withVisibility(Visibility visibility)
The visibility of the tooltip item.
|
public void setFieldId(String fieldId)
The unique ID of the field that is targeted by the tooltip.
fieldId
- The unique ID of the field that is targeted by the tooltip.public String getFieldId()
The unique ID of the field that is targeted by the tooltip.
public FieldTooltipItem withFieldId(String fieldId)
The unique ID of the field that is targeted by the tooltip.
fieldId
- The unique ID of the field that is targeted by the tooltip.public void setLabel(String label)
The label of the tooltip item.
label
- The label of the tooltip item.public String getLabel()
The label of the tooltip item.
public FieldTooltipItem withLabel(String label)
The label of the tooltip item.
label
- The label of the tooltip item.public void setVisibility(String visibility)
The visibility of the tooltip item.
visibility
- The visibility of the tooltip item.Visibility
public String getVisibility()
The visibility of the tooltip item.
Visibility
public FieldTooltipItem withVisibility(String visibility)
The visibility of the tooltip item.
visibility
- The visibility of the tooltip item.Visibility
public FieldTooltipItem withVisibility(Visibility visibility)
The visibility of the tooltip item.
visibility
- The visibility of the tooltip item.Visibility
public String toString()
toString
in class Object
Object.toString()
public FieldTooltipItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.