ToCopyableBuilder<GetSlotTypesResponse.Builder,GetSlotTypesResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSlotTypesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSlotTypesResponse.Builder,GetSlotTypesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSlotTypesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetSlotTypesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch
the next page of slot types.
|
static Class<? extends GetSlotTypesResponse.Builder> |
serializableBuilderClass() |
|
List<SlotTypeMetadata> |
slotTypes() |
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
GetSlotTypesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<SlotTypeMetadata> slotTypes()
An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.
public String nextToken()
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of slot types.
public GetSlotTypesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSlotTypesResponse.Builder,GetSlotTypesResponse>
public static GetSlotTypesResponse.Builder builder()
public static Class<? extends GetSlotTypesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.