@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSkillsStoreSkillsByCategoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSkillsStoreSkillsByCategoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSkillsStoreSkillsByCategoryRequest |
clone() |
boolean |
equals(Object obj) |
Long |
getCategoryId()
The category ID for which the skills are being retrieved from the skill store.
|
Integer |
getMaxResults()
The maximum number of skills returned per paginated calls.
|
String |
getNextToken()
The tokens used for pagination.
|
int |
hashCode() |
void |
setCategoryId(Long categoryId)
The category ID for which the skills are being retrieved from the skill store.
|
void |
setMaxResults(Integer maxResults)
The maximum number of skills returned per paginated calls.
|
void |
setNextToken(String nextToken)
The tokens used for pagination.
|
String |
toString()
Returns a string representation of this object.
|
ListSkillsStoreSkillsByCategoryRequest |
withCategoryId(Long categoryId)
The category ID for which the skills are being retrieved from the skill store.
|
ListSkillsStoreSkillsByCategoryRequest |
withMaxResults(Integer maxResults)
The maximum number of skills returned per paginated calls.
|
ListSkillsStoreSkillsByCategoryRequest |
withNextToken(String nextToken)
The tokens used for pagination.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListSkillsStoreSkillsByCategoryRequest()
public void setCategoryId(Long categoryId)
The category ID for which the skills are being retrieved from the skill store.
categoryId - The category ID for which the skills are being retrieved from the skill store.public Long getCategoryId()
The category ID for which the skills are being retrieved from the skill store.
public ListSkillsStoreSkillsByCategoryRequest withCategoryId(Long categoryId)
The category ID for which the skills are being retrieved from the skill store.
categoryId - The category ID for which the skills are being retrieved from the skill store.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 ListSkillsStoreSkillsByCategoryRequest withNextToken(String nextToken)
The tokens used for pagination.
nextToken - The tokens used for pagination.public void setMaxResults(Integer maxResults)
The maximum number of skills returned per paginated calls.
maxResults - The maximum number of skills returned per paginated calls.public Integer getMaxResults()
The maximum number of skills returned per paginated calls.
public ListSkillsStoreSkillsByCategoryRequest withMaxResults(Integer maxResults)
The maximum number of skills returned per paginated calls.
maxResults - The maximum number of skills returned per paginated calls.public String toString()
toString in class ObjectObject.toString()public ListSkillsStoreSkillsByCategoryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.