@Generated(value="software.amazon.awssdk:codegen") public final class TableFieldLinkContentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableFieldLinkContentConfiguration.Builder,TableFieldLinkContentConfiguration>
The URL content (text, icon) for the table link configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableFieldLinkContentConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableFieldLinkContentConfiguration.Builder |
builder() |
TableFieldCustomIconContent |
customIconContent()
The custom icon content for the table link content configuration.
|
TableFieldCustomTextContent |
customTextContent()
The custom text content (value, font configuration) for the table link content configuration.
|
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 TableFieldLinkContentConfiguration.Builder> |
serializableBuilderClass() |
TableFieldLinkContentConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TableFieldCustomTextContent customTextContent()
The custom text content (value, font configuration) for the table link content configuration.
public final TableFieldCustomIconContent customIconContent()
The custom icon content for the table link content configuration.
public TableFieldLinkContentConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableFieldLinkContentConfiguration.Builder,TableFieldLinkContentConfiguration>public static TableFieldLinkContentConfiguration.Builder builder()
public static Class<? extends TableFieldLinkContentConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.