@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 ()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 DescribeBotRequest()
public 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 Object Object.toString() public DescribeBotRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()