@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VisualTitleLabelOptions extends Object implements Serializable, Cloneable, StructuredPojo
The title label options for a visual.
Constructor and Description |
---|
VisualTitleLabelOptions() |
Modifier and Type | Method and Description |
---|---|
VisualTitleLabelOptions |
clone() |
boolean |
equals(Object obj) |
ShortFormatText |
getFormatText()
The short text format of the title label, such as plain text or rich text.
|
String |
getVisibility()
The visibility of the title label.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFormatText(ShortFormatText formatText)
The short text format of the title label, such as plain text or rich text.
|
void |
setVisibility(String visibility)
The visibility of the title label.
|
String |
toString()
Returns a string representation of this object.
|
VisualTitleLabelOptions |
withFormatText(ShortFormatText formatText)
The short text format of the title label, such as plain text or rich text.
|
VisualTitleLabelOptions |
withVisibility(String visibility)
The visibility of the title label.
|
VisualTitleLabelOptions |
withVisibility(Visibility visibility)
The visibility of the title label.
|
public void setVisibility(String visibility)
The visibility of the title label.
visibility
- The visibility of the title label.Visibility
public String getVisibility()
The visibility of the title label.
Visibility
public VisualTitleLabelOptions withVisibility(String visibility)
The visibility of the title label.
visibility
- The visibility of the title label.Visibility
public VisualTitleLabelOptions withVisibility(Visibility visibility)
The visibility of the title label.
visibility
- The visibility of the title label.Visibility
public void setFormatText(ShortFormatText formatText)
The short text format of the title label, such as plain text or rich text.
formatText
- The short text format of the title label, such as plain text or rich text.public ShortFormatText getFormatText()
The short text format of the title label, such as plain text or rich text.
public VisualTitleLabelOptions withFormatText(ShortFormatText formatText)
The short text format of the title label, such as plain text or rich text.
formatText
- The short text format of the title label, such as plain text or rich text.public String toString()
toString
in class Object
Object.toString()
public VisualTitleLabelOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.