@Generated(value="software.amazon.awssdk:codegen") public final class ListSkillsStoreSkillsByCategoryRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<ListSkillsStoreSkillsByCategoryRequest.Builder,ListSkillsStoreSkillsByCategoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSkillsStoreSkillsByCategoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSkillsStoreSkillsByCategoryRequest.Builder |
builder() |
Long |
categoryId()
The category ID for which the skills are being retrieved from the skill store.
|
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 skills returned per paginated calls.
|
String |
nextToken()
The tokens used for pagination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSkillsStoreSkillsByCategoryRequest.Builder> |
serializableBuilderClass() |
ListSkillsStoreSkillsByCategoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long categoryId()
The category ID for which the skills are being retrieved from the skill store.
public String nextToken()
The tokens used for pagination.
public Integer maxResults()
The maximum number of skills returned per paginated calls.
public ListSkillsStoreSkillsByCategoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSkillsStoreSkillsByCategoryRequest.Builder,ListSkillsStoreSkillsByCategoryRequest>toBuilder in class AlexaForBusinessRequestpublic static ListSkillsStoreSkillsByCategoryRequest.Builder builder()
public static Class<? extends ListSkillsStoreSkillsByCategoryRequest.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.