@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSkillsStoreCategoriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSkillsStoreCategoriesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSkillsStoreCategoriesResult |
clone() |
boolean |
equals(Object obj) |
List<Category> |
getCategoryList()
The list of categories.
|
String |
getNextToken()
The tokens used for pagination.
|
int |
hashCode() |
void |
setCategoryList(Collection<Category> categoryList)
The list of categories.
|
void |
setNextToken(String nextToken)
The tokens used for pagination.
|
String |
toString()
Returns a string representation of this object.
|
ListSkillsStoreCategoriesResult |
withCategoryList(Category... categoryList)
The list of categories.
|
ListSkillsStoreCategoriesResult |
withCategoryList(Collection<Category> categoryList)
The list of categories.
|
ListSkillsStoreCategoriesResult |
withNextToken(String nextToken)
The tokens used for pagination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Category> getCategoryList()
The list of categories.
public void setCategoryList(Collection<Category> categoryList)
The list of categories.
categoryList - The list of categories.public ListSkillsStoreCategoriesResult withCategoryList(Category... categoryList)
The list of categories.
NOTE: This method appends the values to the existing list (if any). Use
setCategoryList(java.util.Collection) or withCategoryList(java.util.Collection) if you want to
override the existing values.
categoryList - The list of categories.public ListSkillsStoreCategoriesResult withCategoryList(Collection<Category> categoryList)
The list of categories.
categoryList - The list of categories.public void setNextToken(String nextToken)
The tokens used for pagination.
nextToken - The tokens used for pagination.public String getNextToken()
The tokens used for pagination.
public ListSkillsStoreCategoriesResult withNextToken(String nextToken)
The tokens used for pagination.
nextToken - The tokens used for pagination.public String toString()
toString in class ObjectObject.toString()public ListSkillsStoreCategoriesResult clone()