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