@Generated(value="software.amazon.awssdk:codegen") public final class Option extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Option.Builder,Option>
Specifies an option value.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Option.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Option.Builder |
builder() |
String |
description()
Specifies the description of the option.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
label()
Specifies the label of the option.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Option.Builder> |
serializableBuilderClass() |
Option.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
Specifies the value of the option.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String value()
Specifies the value of the option.
public final String label()
Specifies the label of the option.
public final String description()
Specifies the description of the option.
public Option.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Option.Builder,Option>public static Option.Builder builder()
public static Class<? extends Option.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.