@Generated(value="software.amazon.awssdk:codegen") public final class FieldTooltipItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldTooltipItem.Builder,FieldTooltipItem>
The tooltip item for the fields.
Modifier and Type | Class and Description |
---|---|
static interface |
FieldTooltipItem.Builder |
Modifier and Type | Method and Description |
---|---|
static FieldTooltipItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldId()
The unique ID of the field that is targeted by the tooltip.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
label()
The label of the tooltip item.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FieldTooltipItem.Builder> |
serializableBuilderClass() |
FieldTooltipItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Visibility |
visibility()
The visibility of the tooltip item.
|
String |
visibilityAsString()
The visibility of the tooltip item.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String fieldId()
The unique ID of the field that is targeted by the tooltip.
public final String label()
The label of the tooltip item.
public final Visibility visibility()
The visibility of the tooltip item.
If the service returns an enum value that is not available in the current SDK version, visibility
will
return Visibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
visibilityAsString()
.
Visibility
public final String visibilityAsString()
The visibility of the tooltip item.
If the service returns an enum value that is not available in the current SDK version, visibility
will
return Visibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
visibilityAsString()
.
Visibility
public FieldTooltipItem.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<FieldTooltipItem.Builder,FieldTooltipItem>
public static FieldTooltipItem.Builder builder()
public static Class<? extends FieldTooltipItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.