Cloneable, ReadLimitInfo, ToCopyableBuilder<GetSlotTypeRequest.Builder,GetSlotTypeRequest>@Generated("software.amazon.awssdk:codegen") public class GetSlotTypeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetSlotTypeRequest.Builder,GetSlotTypeRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetSlotTypeRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static GetSlotTypeRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the slot type.
|
static Class<? extends GetSlotTypeRequest.Builder> |
serializableBuilderClass() |
|
GetSlotTypeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version of the slot type.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String name()
The name of the slot type. The name is case sensitive.
public String version()
The version of the slot type.
public GetSlotTypeRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetSlotTypeRequest.Builder,GetSlotTypeRequest>public static GetSlotTypeRequest.Builder builder()
public static Class<? extends GetSlotTypeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.