@Generated(value="software.amazon.awssdk:codegen") public final class TableFieldLinkConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableFieldLinkConfiguration.Builder,TableFieldLinkConfiguration>
The link configuration of a table field URL.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableFieldLinkConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableFieldLinkConfiguration.Builder |
builder() |
TableFieldLinkContentConfiguration |
content()
The URL content (text, icon) for the table link 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 TableFieldLinkConfiguration.Builder> |
serializableBuilderClass() |
URLTargetConfiguration |
target()
The URL target (new tab, new window, same tab) for the table link configuration.
|
String |
targetAsString()
The URL target (new tab, new window, same tab) for the table link configuration.
|
TableFieldLinkConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final URLTargetConfiguration target()
The URL target (new tab, new window, same tab) for the table link configuration.
If the service returns an enum value that is not available in the current SDK version, target will
return URLTargetConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from targetAsString().
URLTargetConfigurationpublic final String targetAsString()
The URL target (new tab, new window, same tab) for the table link configuration.
If the service returns an enum value that is not available in the current SDK version, target will
return URLTargetConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from targetAsString().
URLTargetConfigurationpublic final TableFieldLinkContentConfiguration content()
The URL content (text, icon) for the table link configuration.
public TableFieldLinkConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableFieldLinkConfiguration.Builder,TableFieldLinkConfiguration>public static TableFieldLinkConfiguration.Builder builder()
public static Class<? extends TableFieldLinkConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.