Class SheetTextBox
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.SheetTextBox
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SheetTextBox.Builder,SheetTextBox>
@Generated("software.amazon.awssdk:codegen") public final class SheetTextBox extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SheetTextBox.Builder,SheetTextBox>
A text box.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSheetTextBox.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SheetTextBox.Builderbuilder()Stringcontent()The content that is displayed in the text box.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SheetTextBox.Builder>serializableBuilderClass()StringsheetTextBoxId()The unique identifier for a text box.SheetTextBox.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sheetTextBoxId
public final 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.
- Returns:
- 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.
-
content
public final String content()
The content that is displayed in the text box.
- Returns:
- The content that is displayed in the text box.
-
toBuilder
public SheetTextBox.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SheetTextBox.Builder,SheetTextBox>
-
builder
public static SheetTextBox.Builder builder()
-
serializableBuilderClass
public static Class<? extends SheetTextBox.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-