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