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