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