Class Category
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.Category
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Category.Builder,Category>
@Generated("software.amazon.awssdk:codegen") public final class Category extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Category.Builder,Category>
The skill store category that is shown. Alexa skills are assigned a specific skill category during creation, such as News, Social, and Sports.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCategory.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Category.Builderbuilder()LongcategoryId()The ID of the skill store category.StringcategoryName()The name of the skill store category.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Category.Builder>serializableBuilderClass()Category.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
-
categoryId
public final Long categoryId()
The ID of the skill store category.
- Returns:
- The ID of the skill store category.
-
categoryName
public final String categoryName()
The name of the skill store category.
- Returns:
- The name of the skill store category.
-
toBuilder
public Category.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Category.Builder,Category>
-
builder
public static Category.Builder builder()
-
serializableBuilderClass
public static Class<? extends Category.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.
-
-