@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBotReplicaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeBotReplicaRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeBotReplicaRequest | 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 ID of the replicated bot being monitored. | 
| String | getReplicaRegion()
 The request for the region of the replicated bot being monitored. | 
| int | hashCode() | 
| void | setBotId(String botId)
 The request for the unique bot ID of the replicated bot being monitored. | 
| void | setReplicaRegion(String replicaRegion)
 The request for the region of the replicated bot being monitored. | 
| String | toString()Returns a string representation of this object. | 
| DescribeBotReplicaRequest | withBotId(String botId)
 The request for the unique bot ID of the replicated bot being monitored. | 
| DescribeBotReplicaRequest | withReplicaRegion(String replicaRegion)
 The request for the region of the replicated bot being monitored. | 
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 ID of the replicated bot being monitored.
botId - The request for the unique bot ID of the replicated bot being monitored.public String getBotId()
The request for the unique bot ID of the replicated bot being monitored.
public DescribeBotReplicaRequest withBotId(String botId)
The request for the unique bot ID of the replicated bot being monitored.
botId - The request for the unique bot ID of the replicated bot being monitored.public void setReplicaRegion(String replicaRegion)
The request for the region of the replicated bot being monitored.
replicaRegion - The request for the region of the replicated bot being monitored.public String getReplicaRegion()
The request for the region of the replicated bot being monitored.
public DescribeBotReplicaRequest withReplicaRegion(String replicaRegion)
The request for the region of the replicated bot being monitored.
replicaRegion - The request for the region of the replicated bot being monitored.public String toString()
toString in class ObjectObject.toString()public DescribeBotReplicaRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()