@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSlotTypeVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSlotTypeVersionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSlotTypeVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the slot type.
|
String |
getVersion()
The version of the slot type to delete.
|
int |
hashCode() |
void |
setName(String name)
The name of the slot type.
|
void |
setVersion(String version)
The version of the slot type to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteSlotTypeVersionRequest |
withName(String name)
The name of the slot type.
|
DeleteSlotTypeVersionRequest |
withVersion(String version)
The version of the slot type to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the slot type.
name
- The name of the slot type.public String getName()
The name of the slot type.
public DeleteSlotTypeVersionRequest withName(String name)
The name of the slot type.
name
- The name of the slot type.public void setVersion(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 DeleteSlotType operation.
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 DeleteSlotType operation.public String getVersion()
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 DeleteSlotType operation.
$LATEST
version of the slot
type. To delete the $LATEST
version, use the DeleteSlotType operation.public DeleteSlotTypeVersionRequest withVersion(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 DeleteSlotType operation.
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 DeleteSlotType operation.public String toString()
toString
in class Object
Object.toString()
public DeleteSlotTypeVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.