@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Category extends Object implements Serializable, Cloneable, StructuredPojo
The skill store category that is shown. Alexa skills are assigned a specific skill category during creation, such as News, Social, and Sports.
Constructor and Description |
---|
Category() |
Modifier and Type | Method and Description |
---|---|
Category |
clone() |
boolean |
equals(Object obj) |
Long |
getCategoryId()
The ID of the skill store category.
|
String |
getCategoryName()
The name of the skill store category.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoryId(Long categoryId)
The ID of the skill store category.
|
void |
setCategoryName(String categoryName)
The name of the skill store category.
|
String |
toString()
Returns a string representation of this object.
|
Category |
withCategoryId(Long categoryId)
The ID of the skill store category.
|
Category |
withCategoryName(String categoryName)
The name of the skill store category.
|
public void setCategoryId(Long categoryId)
The ID of the skill store category.
categoryId
- The ID of the skill store category.public Long getCategoryId()
The ID of the skill store category.
public Category withCategoryId(Long categoryId)
The ID of the skill store category.
categoryId
- The ID of the skill store category.public void setCategoryName(String categoryName)
The name of the skill store category.
categoryName
- The name of the skill store category.public String getCategoryName()
The name of the skill store category.
public Category withCategoryName(String categoryName)
The name of the skill store category.
categoryName
- The name of the skill store category.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.