@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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()
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a
ResourceInUseException exception if the alias is being used by another
resource. |
int |
hashCode() |
Boolean |
isSkipResourceInUseCheck()
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a
ResourceInUseException exception if the alias is being used by another
resource. |
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)
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a
ResourceInUseException exception if the alias is being used by another
resource. |
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)
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a
ResourceInUseException exception if the alias is being used by another
resource. |
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 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)
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a ResourceInUseException
exception if the alias is being used by another
resource. Set this parameter to true
to skip this check and remove the alias even if it is being
used by another resource.
skipResourceInUseCheck
- By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before
it is deleted and throws a ResourceInUseException
exception if the alias is being used by
another resource. Set this parameter to true
to skip this check and remove the alias even if
it is being used by another resource.public Boolean getSkipResourceInUseCheck()
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a ResourceInUseException
exception if the alias is being used by another
resource. Set this parameter to true
to skip this check and remove the alias even if it is being
used by another resource.
ResourceInUseException
exception if the alias is being used by
another resource. Set this parameter to true
to skip this check and remove the alias even if
it is being used by another resource.public DeleteBotAliasRequest withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a ResourceInUseException
exception if the alias is being used by another
resource. Set this parameter to true
to skip this check and remove the alias even if it is being
used by another resource.
skipResourceInUseCheck
- By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before
it is deleted and throws a ResourceInUseException
exception if the alias is being used by
another resource. Set this parameter to true
to skip this check and remove the alias even if
it is being used by another resource.public Boolean isSkipResourceInUseCheck()
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a ResourceInUseException
exception if the alias is being used by another
resource. Set this parameter to true
to skip this check and remove the alias even if it is being
used by another resource.
ResourceInUseException
exception if the alias is being used by
another resource. Set this parameter to true
to skip this check and remove the alias even if
it is being used by another resource.public String toString()
toString
in class Object
Object.toString()
public DeleteBotAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()