Class CategoryInput
- java.lang.Object
-
- software.amazon.awssdk.services.qapps.model.CategoryInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CategoryInput.Builder,CategoryInput>
@Generated("software.amazon.awssdk:codegen") public final class CategoryInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CategoryInput.Builder,CategoryInput>
A label that web experience users associate with a library item. Web experience users use Categories to tag and filter library items.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCategoryInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CategoryInput.Builderbuilder()Stringcolor()The color of the category, represented as a hexadecimal value of either 3 or 6 digits.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier of the category.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CategoryInput.Builder>serializableBuilderClass()Stringtitle()The name of the category.CategoryInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
id
public final String id()
The unique identifier of the category.
- Returns:
- The unique identifier of the category.
-
title
public final String title()
The name of the category.
- Returns:
- The name of the category.
-
color
public final String color()
The color of the category, represented as a hexadecimal value of either 3 or 6 digits.
- Returns:
- The color of the category, represented as a hexadecimal value of either 3 or 6 digits.
-
toBuilder
public CategoryInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CategoryInput.Builder,CategoryInput>
-
builder
public static CategoryInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends CategoryInput.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-