@Generated(value="software.amazon.awssdk:codegen") public final class TableFieldCustomTextContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableFieldCustomTextContent.Builder,TableFieldCustomTextContent>
The custom text content (value, font configuration) for the table link content configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableFieldCustomTextContent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableFieldCustomTextContent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FontConfiguration |
fontConfiguration()
The font configuration of the custom text content for the table URL link content.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableFieldCustomTextContent.Builder> |
serializableBuilderClass() |
TableFieldCustomTextContent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The string value of the custom text content for the table URL link content.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String value()
The string value of the custom text content for the table URL link content.
public final FontConfiguration fontConfiguration()
The font configuration of the custom text content for the table URL link content.
public TableFieldCustomTextContent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableFieldCustomTextContent.Builder,TableFieldCustomTextContent>public static TableFieldCustomTextContent.Builder builder()
public static Class<? extends TableFieldCustomTextContent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.