@Generated(value="software.amazon.awssdk:codegen") public final class TableFieldCustomIconContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableFieldCustomIconContent.Builder,TableFieldCustomIconContent>
The custom icon content for the table link content configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableFieldCustomIconContent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableFieldCustomIconContent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TableFieldIconSetType |
icon()
The icon set type (link) of the custom icon content for table URL link content.
|
String |
iconAsString()
The icon set type (link) of the custom icon content for table URL link content.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableFieldCustomIconContent.Builder> |
serializableBuilderClass() |
TableFieldCustomIconContent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TableFieldIconSetType icon()
The icon set type (link) of the custom icon content for table URL link content.
If the service returns an enum value that is not available in the current SDK version, icon will return
TableFieldIconSetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
iconAsString().
TableFieldIconSetTypepublic final String iconAsString()
The icon set type (link) of the custom icon content for table URL link content.
If the service returns an enum value that is not available in the current SDK version, icon will return
TableFieldIconSetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
iconAsString().
TableFieldIconSetTypepublic TableFieldCustomIconContent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableFieldCustomIconContent.Builder,TableFieldCustomIconContent>public static TableFieldCustomIconContent.Builder builder()
public static Class<? extends TableFieldCustomIconContent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.