@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBotVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeBotVersionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeBotVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the bot containing the version to return metadata for.
|
String |
getBotVersion()
The version of the bot to return metadata for.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the bot containing the version to return metadata for.
|
void |
setBotVersion(String botVersion)
The version of the bot to return metadata for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBotVersionRequest |
withBotId(String botId)
The identifier of the bot containing the version to return metadata for.
|
DescribeBotVersionRequest |
withBotVersion(String botVersion)
The version of the bot to return metadata for.
|
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 setBotId(String botId)
The identifier of the bot containing the version to return metadata for.
botId
- The identifier of the bot containing the version to return metadata for.public String getBotId()
The identifier of the bot containing the version to return metadata for.
public DescribeBotVersionRequest withBotId(String botId)
The identifier of the bot containing the version to return metadata for.
botId
- The identifier of the bot containing the version to return metadata for.public void setBotVersion(String botVersion)
The version of the bot to return metadata for.
botVersion
- The version of the bot to return metadata for.public String getBotVersion()
The version of the bot to return metadata for.
public DescribeBotVersionRequest withBotVersion(String botVersion)
The version of the bot to return metadata for.
botVersion
- The version of the bot to return metadata for.public String toString()
toString
in class Object
Object.toString()
public DescribeBotVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()