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