@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeBotRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot to describe.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBotRequest |
withBotId(String botId)
The unique identifier of the bot to describe.
|
addHandlerContext, copyBaseTo, 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 setBotId(String botId)
The unique identifier of the bot to describe.
botId - The unique identifier of the bot to describe.public String getBotId()
The unique identifier of the bot to describe.
public DescribeBotRequest withBotId(String botId)
The unique identifier of the bot to describe.
botId - The unique identifier of the bot to describe.public String toString()
toString in class ObjectObject.toString()public DescribeBotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.