@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SheetTextBox extends Object implements Serializable, Cloneable, StructuredPojo
A text box.
Constructor and Description |
---|
SheetTextBox() |
Modifier and Type | Method and Description |
---|---|
SheetTextBox |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The content that is displayed in the text box.
|
String |
getSheetTextBoxId()
The unique identifier for a text box.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContent(String content)
The content that is displayed in the text box.
|
void |
setSheetTextBoxId(String sheetTextBoxId)
The unique identifier for a text box.
|
String |
toString()
Returns a string representation of this object.
|
SheetTextBox |
withContent(String content)
The content that is displayed in the text box.
|
SheetTextBox |
withSheetTextBoxId(String sheetTextBoxId)
The unique identifier for a text box.
|
public void setSheetTextBoxId(String sheetTextBoxId)
The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
sheetTextBoxId
- The unique identifier for a text box. This identifier must be unique within the context of a dashboard,
template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.public String getSheetTextBoxId()
The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
public SheetTextBox withSheetTextBoxId(String sheetTextBoxId)
The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
sheetTextBoxId
- The unique identifier for a text box. This identifier must be unique within the context of a dashboard,
template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.public void setContent(String content)
The content that is displayed in the text box.
content
- The content that is displayed in the text box.public String getContent()
The content that is displayed in the text box.
public SheetTextBox withContent(String content)
The content that is displayed in the text box.
content
- The content that is displayed in the text box.public String toString()
toString
in class Object
Object.toString()
public SheetTextBox clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.