Class TagOptionDetail
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalog.model.TagOptionDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TagOptionDetail.Builder,TagOptionDetail>
@Generated("software.amazon.awssdk:codegen") public final class TagOptionDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TagOptionDetail.Builder,TagOptionDetail>
Information about a TagOption.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTagOptionDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanactive()The TagOption active state.static TagOptionDetail.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The TagOption identifier.Stringkey()The TagOption key.Stringowner()The Amazon Web Services account Id of the owner account that created the TagOption.List<SdkField<?>>sdkFields()static Class<? extends TagOptionDetail.Builder>serializableBuilderClass()TagOptionDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The TagOption value.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
key
public final String key()
The TagOption key.
- Returns:
- The TagOption key.
-
value
public final String value()
The TagOption value.
- Returns:
- The TagOption value.
-
active
public final Boolean active()
The TagOption active state.
- Returns:
- The TagOption active state.
-
id
public final String id()
The TagOption identifier.
- Returns:
- The TagOption identifier.
-
owner
public final String owner()
The Amazon Web Services account Id of the owner account that created the TagOption.
- Returns:
- The Amazon Web Services account Id of the owner account that created the TagOption.
-
toBuilder
public TagOptionDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TagOptionDetail.Builder,TagOptionDetail>
-
builder
public static TagOptionDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends TagOptionDetail.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-