Class BatchCreateCategoryInputCategory
- java.lang.Object
-
- software.amazon.awssdk.services.qapps.model.BatchCreateCategoryInputCategory
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchCreateCategoryInputCategory.Builder,BatchCreateCategoryInputCategory>
@Generated("software.amazon.awssdk:codegen") public final class BatchCreateCategoryInputCategory extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchCreateCategoryInputCategory.Builder,BatchCreateCategoryInputCategory>
The category object to be created.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchCreateCategoryInputCategory.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchCreateCategoryInputCategory.Builderbuilder()Stringcolor()The color to be associated with a category.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier to be associated with a category.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BatchCreateCategoryInputCategory.Builder>serializableBuilderClass()Stringtitle()The name of the category.BatchCreateCategoryInputCategory.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 to be associated with a category. If you don't include a value, the category is automatically assigned a unique identifier.
- Returns:
- The unique identifier to be associated with a category. If you don't include a value, the category is automatically assigned a unique identifier.
-
title
public final String title()
The name of the category.
- Returns:
- The name of the category.
-
color
public final String color()
The color to be associated with a category. The color must be a hexadecimal value of either 3 or 6 digits.
- Returns:
- The color to be associated with a category. The color must be a hexadecimal value of either 3 or 6 digits.
-
toBuilder
public BatchCreateCategoryInputCategory.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchCreateCategoryInputCategory.Builder,BatchCreateCategoryInputCategory>
-
builder
public static BatchCreateCategoryInputCategory.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchCreateCategoryInputCategory.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
-
-