@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBotVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateBotVersionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateBotVersionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getChecksum()
 Identifies a specific revision of the  $LATESTversion of the bot. | 
| String | getName()
 The name of the bot that you want to create a new version of. | 
| int | hashCode() | 
| void | setChecksum(String checksum)
 Identifies a specific revision of the  $LATESTversion of the bot. | 
| void | setName(String name)
 The name of the bot that you want to create a new version of. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreateBotVersionRequest | withChecksum(String checksum)
 Identifies a specific revision of the  $LATESTversion of the bot. | 
| CreateBotVersionRequest | withName(String name)
 The name of the bot that you want to create a new version of. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the bot that you want to create a new version of. The name is case sensitive.
name - The name of the bot that you want to create a new version of. The name is case sensitive.public String getName()
The name of the bot that you want to create a new version of. The name is case sensitive.
public CreateBotVersionRequest withName(String name)
The name of the bot that you want to create a new version of. The name is case sensitive.
name - The name of the bot that you want to create a new version of. The name is case sensitive.public void setChecksum(String checksum)
 Identifies a specific revision of the $LATEST version of the bot. If you specify a checksum and the
 $LATEST version of the bot has a different checksum, a PreconditionFailedException
 exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex
 publishes the $LATEST version.
 
checksum - Identifies a specific revision of the $LATEST version of the bot. If you specify a checksum
        and the $LATEST version of the bot has a different checksum, a
        PreconditionFailedException exception is returned and Amazon Lex doesn't publish a new
        version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.public String getChecksum()
 Identifies a specific revision of the $LATEST version of the bot. If you specify a checksum and the
 $LATEST version of the bot has a different checksum, a PreconditionFailedException
 exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex
 publishes the $LATEST version.
 
$LATEST version of the bot. If you specify a checksum
         and the $LATEST version of the bot has a different checksum, a
         PreconditionFailedException exception is returned and Amazon Lex doesn't publish a new
         version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.public CreateBotVersionRequest withChecksum(String checksum)
 Identifies a specific revision of the $LATEST version of the bot. If you specify a checksum and the
 $LATEST version of the bot has a different checksum, a PreconditionFailedException
 exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex
 publishes the $LATEST version.
 
checksum - Identifies a specific revision of the $LATEST version of the bot. If you specify a checksum
        and the $LATEST version of the bot has a different checksum, a
        PreconditionFailedException exception is returned and Amazon Lex doesn't publish a new
        version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.public String toString()
toString in class ObjectObject.toString()public CreateBotVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.