@Generated(value="software.amazon.awssdk:codegen") public final class SheetTextBox extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SheetTextBox.Builder,SheetTextBox>
A text box.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SheetTextBox.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SheetTextBox.Builder |
builder() |
String |
content()
The content that is displayed in the text box.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SheetTextBox.Builder> |
serializableBuilderClass() |
String |
sheetTextBoxId()
The unique identifier for a text box.
|
SheetTextBox.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public final String content()
The content that is displayed in the text box.
public SheetTextBox.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SheetTextBox.Builder,SheetTextBox>public static SheetTextBox.Builder builder()
public static Class<? extends SheetTextBox.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.