Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteSlotTypeVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteSlotTypeVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteSlotTypeVersionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the slot type.
|
static Class<? extends DeleteSlotTypeVersionRequest.Builder> |
serializableBuilderClass() |
|
DeleteSlotTypeVersionRequest.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 to delete.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String name()
The name of the slot type.
public String version()
The version of the slot type to delete. You cannot delete the $LATEST
version of the slot type. To
delete the $LATEST
version, use the operation.
$LATEST
version of the slot
type. To delete the $LATEST
version, use the operation.public DeleteSlotTypeVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>
public static DeleteSlotTypeVersionRequest.Builder builder()
public static Class<? extends DeleteSlotTypeVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.