@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBotVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteBotVersionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteBotVersionRequest | 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 bot. | 
| String | getVersion()
 The version of the bot to delete. | 
| int | hashCode() | 
| void | setName(String name)
 The name of the bot. | 
| void | setVersion(String version)
 The version of the bot to delete. | 
| String | toString()Returns a string representation of this object. | 
| DeleteBotVersionRequest | withName(String name)
 The name of the bot. | 
| DeleteBotVersionRequest | withVersion(String version)
 The version of the bot 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, withSdkRequestTimeoutpublic void setName(String name)
The name of the bot.
name - The name of the bot.public String getName()
The name of the bot.
public DeleteBotVersionRequest withName(String name)
The name of the bot.
name - The name of the bot.public void setVersion(String version)
 The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete the
 $LATEST version, use the DeleteBot operation.
 
version - The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete
        the $LATEST version, use the DeleteBot operation.public String getVersion()
 The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete the
 $LATEST version, use the DeleteBot operation.
 
$LATEST version of the bot. To
         delete the $LATEST version, use the DeleteBot operation.public DeleteBotVersionRequest withVersion(String version)
 The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete the
 $LATEST version, use the DeleteBot operation.
 
version - The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete
        the $LATEST version, use the DeleteBot operation.public String toString()
toString in class ObjectObject.toString()public DeleteBotVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()