@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBotReplicaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteBotReplicaRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotReplicaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The unique ID of the replicated bot to be deleted from the secondary region
|
String |
getReplicaRegion()
The secondary region of the replicated bot that will be deleted.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique ID of the replicated bot to be deleted from the secondary region
|
void |
setReplicaRegion(String replicaRegion)
The secondary region of the replicated bot that will be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBotReplicaRequest |
withBotId(String botId)
The unique ID of the replicated bot to be deleted from the secondary region
|
DeleteBotReplicaRequest |
withReplicaRegion(String replicaRegion)
The secondary region of the replicated bot that will be deleted.
|
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 unique ID of the replicated bot to be deleted from the secondary region
botId - The unique ID of the replicated bot to be deleted from the secondary regionpublic String getBotId()
The unique ID of the replicated bot to be deleted from the secondary region
public DeleteBotReplicaRequest withBotId(String botId)
The unique ID of the replicated bot to be deleted from the secondary region
botId - The unique ID of the replicated bot to be deleted from the secondary regionpublic void setReplicaRegion(String replicaRegion)
The secondary region of the replicated bot that will be deleted.
replicaRegion - The secondary region of the replicated bot that will be deleted.public String getReplicaRegion()
The secondary region of the replicated bot that will be deleted.
public DeleteBotReplicaRequest withReplicaRegion(String replicaRegion)
The secondary region of the replicated bot that will be deleted.
replicaRegion - The secondary region of the replicated bot that will be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteBotReplicaRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()