@Generated(value="software.amazon.awssdk:codegen") public final class ListSkillsResponse extends AlexaForBusinessResponse implements ToCopyableBuilder<ListSkillsResponse.Builder,ListSkillsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSkillsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSkillsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The token returned to indicate that there is more data available.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSkillsResponse.Builder> |
serializableBuilderClass() |
List<SkillSummary> |
skillSummaries()
The list of enabled skills requested.
|
ListSkillsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<SkillSummary> skillSummaries()
The list of enabled skills requested. Required.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
The token returned to indicate that there is more data available.
public ListSkillsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSkillsResponse.Builder,ListSkillsResponse>toBuilder in class AwsResponsepublic static ListSkillsResponse.Builder builder()
public static Class<? extends ListSkillsResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.