@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSkillsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSkillsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSkillsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEnablementType()
Whether the skill is enabled under the user's account, or if it requires linking to be used.
|
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
An optional token returned from a prior request.
|
String |
getSkillGroupArn()
The ARN of the skill group for which to list enabled skills.
|
String |
getSkillType()
Whether the skill is publicly available or is a private skill.
|
int |
hashCode() |
void |
setEnablementType(String enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
An optional token returned from a prior request.
|
void |
setSkillGroupArn(String skillGroupArn)
The ARN of the skill group for which to list enabled skills.
|
void |
setSkillType(String skillType)
Whether the skill is publicly available or is a private skill.
|
String |
toString()
Returns a string representation of this object.
|
ListSkillsRequest |
withEnablementType(EnablementTypeFilter enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
|
ListSkillsRequest |
withEnablementType(String enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
|
ListSkillsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListSkillsRequest |
withNextToken(String nextToken)
An optional token returned from a prior request.
|
ListSkillsRequest |
withSkillGroupArn(String skillGroupArn)
The ARN of the skill group for which to list enabled skills.
|
ListSkillsRequest |
withSkillType(SkillTypeFilter skillType)
Whether the skill is publicly available or is a private skill.
|
ListSkillsRequest |
withSkillType(String skillType)
Whether the skill is publicly available or is a private skill.
|
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 void setSkillGroupArn(String skillGroupArn)
The ARN of the skill group for which to list enabled skills. Required.
skillGroupArn - The ARN of the skill group for which to list enabled skills. Required.public String getSkillGroupArn()
The ARN of the skill group for which to list enabled skills. Required.
public ListSkillsRequest withSkillGroupArn(String skillGroupArn)
The ARN of the skill group for which to list enabled skills. Required.
skillGroupArn - The ARN of the skill group for which to list enabled skills. Required.public void setEnablementType(String enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
enablementType - Whether the skill is enabled under the user's account, or if it requires linking to be used.EnablementTypeFilterpublic String getEnablementType()
Whether the skill is enabled under the user's account, or if it requires linking to be used.
EnablementTypeFilterpublic ListSkillsRequest withEnablementType(String enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
enablementType - Whether the skill is enabled under the user's account, or if it requires linking to be used.EnablementTypeFilterpublic ListSkillsRequest withEnablementType(EnablementTypeFilter enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
enablementType - Whether the skill is enabled under the user's account, or if it requires linking to be used.EnablementTypeFilterpublic void setSkillType(String skillType)
Whether the skill is publicly available or is a private skill.
skillType - Whether the skill is publicly available or is a private skill.SkillTypeFilterpublic String getSkillType()
Whether the skill is publicly available or is a private skill.
SkillTypeFilterpublic ListSkillsRequest withSkillType(String skillType)
Whether the skill is publicly available or is a private skill.
skillType - Whether the skill is publicly available or is a private skill.SkillTypeFilterpublic ListSkillsRequest withSkillType(SkillTypeFilter skillType)
Whether the skill is publicly available or is a private skill.
skillType - Whether the skill is publicly available or is a private skill.SkillTypeFilterpublic void setNextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults. Required.
nextToken - An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults. Required.public String getNextToken()
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults. Required.
MaxResults. Required.public ListSkillsRequest withNextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults. Required.
nextToken - An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults. Required.public void setMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved. Required.
maxResults - The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved. Required.public Integer getMaxResults()
The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved. Required.
MaxResults value, a token is included in the response so that the remaining results can be
retrieved. Required.public ListSkillsRequest withMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved. Required.
maxResults - The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved. Required.public String toString()
toString in class ObjectObject.toString()public ListSkillsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.