@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteBotRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the bot to delete.
|
Boolean |
getSkipResourceInUseCheck()
When
true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the bot
before it is deleted. |
int |
hashCode() |
Boolean |
isSkipResourceInUseCheck()
When
true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the bot
before it is deleted. |
void |
setBotId(String botId)
The identifier of the bot to delete.
|
void |
setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
When
true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the bot
before it is deleted. |
String |
toString()
Returns a string representation of this object.
|
DeleteBotRequest |
withBotId(String botId)
The identifier of the bot to delete.
|
DeleteBotRequest |
withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
When
true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the bot
before it is deleted. |
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 identifier of the bot to delete.
botId - The identifier of the bot to delete.public String getBotId()
The identifier of the bot to delete.
public DeleteBotRequest withBotId(String botId)
The identifier of the bot to delete.
botId - The identifier of the bot to delete.public void setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
When true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the bot
before it is deleted.
skipResourceInUseCheck - When true, Amazon Lex doesn't check to see if another resource, such as an alias, is using
the bot before it is deleted.public Boolean getSkipResourceInUseCheck()
When true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the bot
before it is deleted.
true, Amazon Lex doesn't check to see if another resource, such as an alias, is using
the bot before it is deleted.public DeleteBotRequest withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
When true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the bot
before it is deleted.
skipResourceInUseCheck - When true, Amazon Lex doesn't check to see if another resource, such as an alias, is using
the bot before it is deleted.public Boolean isSkipResourceInUseCheck()
When true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the bot
before it is deleted.
true, Amazon Lex doesn't check to see if another resource, such as an alias, is using
the bot before it is deleted.public String toString()
toString in class ObjectObject.toString()public DeleteBotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.