@Generated(value="software.amazon.awssdk:codegen") public final class ListSkillsRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<ListSkillsRequest.Builder,ListSkillsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSkillsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSkillsRequest.Builder |
builder() |
EnablementTypeFilter |
enablementType()
Whether the skill is enabled under the user's account.
|
String |
enablementTypeAsString()
Whether the skill is enabled under the user's account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to include in the response.
|
String |
nextToken()
An optional token returned from a prior request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSkillsRequest.Builder> |
serializableBuilderClass() |
String |
skillGroupArn()
The ARN of the skill group for which to list enabled skills.
|
SkillTypeFilter |
skillType()
Whether the skill is publicly available or is a private skill.
|
String |
skillTypeAsString()
Whether the skill is publicly available or is a private skill.
|
ListSkillsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String skillGroupArn()
The ARN of the skill group for which to list enabled skills.
public EnablementTypeFilter enablementType()
Whether the skill is enabled under the user's account.
If the service returns an enum value that is not available in the current SDK version, enablementType
will return EnablementTypeFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from enablementTypeAsString().
EnablementTypeFilterpublic String enablementTypeAsString()
Whether the skill is enabled under the user's account.
If the service returns an enum value that is not available in the current SDK version, enablementType
will return EnablementTypeFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from enablementTypeAsString().
EnablementTypeFilterpublic SkillTypeFilter skillType()
Whether the skill is publicly available or is a private skill.
If the service returns an enum value that is not available in the current SDK version, skillType will
return SkillTypeFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
skillTypeAsString().
SkillTypeFilterpublic String skillTypeAsString()
Whether the skill is publicly available or is a private skill.
If the service returns an enum value that is not available in the current SDK version, skillType will
return SkillTypeFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
skillTypeAsString().
SkillTypeFilterpublic 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.
MaxResults.public 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.
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.public ListSkillsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSkillsRequest.Builder,ListSkillsRequest>toBuilder in class AlexaForBusinessRequestpublic static ListSkillsRequest.Builder builder()
public static Class<? extends ListSkillsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.