@Generated(value="software.amazon.awssdk:codegen") public final class TagOptionDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TagOptionDetail.Builder,TagOptionDetail>
Information about a TagOption.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagOptionDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
active()
The TagOption active state.
|
static TagOptionDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The TagOption identifier.
|
String |
key()
The TagOption key.
|
String |
owner()
The Amazon Web Services account Id of the owner account that created the TagOption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TagOptionDetail.Builder> |
serializableBuilderClass() |
TagOptionDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The TagOption value.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
The TagOption key.
public final String value()
The TagOption value.
public final Boolean active()
The TagOption active state.
public final String id()
The TagOption identifier.
public final String owner()
The Amazon Web Services account Id of the owner account that created the TagOption.
public TagOptionDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TagOptionDetail.Builder,TagOptionDetail>public static TagOptionDetail.Builder builder()
public static Class<? extends TagOptionDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.