@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBotAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteBotAliasResult() |
Modifier and Type | Method and Description |
---|---|
DeleteBotAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotAliasId()
The unique identifier of the bot alias to delete.
|
String |
getBotAliasStatus()
The current status of the alias.
|
String |
getBotId()
The unique identifier of the bot that contains the alias to delete.
|
int |
hashCode() |
void |
setBotAliasId(String botAliasId)
The unique identifier of the bot alias to delete.
|
void |
setBotAliasStatus(String botAliasStatus)
The current status of the alias.
|
void |
setBotId(String botId)
The unique identifier of the bot that contains the alias to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBotAliasResult |
withBotAliasId(String botAliasId)
The unique identifier of the bot alias to delete.
|
DeleteBotAliasResult |
withBotAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
DeleteBotAliasResult |
withBotAliasStatus(String botAliasStatus)
The current status of the alias.
|
DeleteBotAliasResult |
withBotId(String botId)
The unique identifier of the bot that contains the alias to delete.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DeleteBotAliasResult 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 that contains the alias to delete.
botId
- The unique identifier of the bot that contains the alias to delete.public String getBotId()
The unique identifier of the bot that contains the alias to delete.
public DeleteBotAliasResult withBotId(String botId)
The unique identifier of the bot that contains the alias to delete.
botId
- The unique identifier of the bot that contains the alias to delete.public void setBotAliasStatus(String botAliasStatus)
The current status of the alias. The status is Deleting
while the alias is in the process of being
deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases
operation.
botAliasStatus
- The current status of the alias. The status is Deleting
while the alias is in the process of
being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases
operation.BotAliasStatus
public String getBotAliasStatus()
The current status of the alias. The status is Deleting
while the alias is in the process of being
deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases
operation.
Deleting
while the alias is in the process of
being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases
operation.BotAliasStatus
public DeleteBotAliasResult withBotAliasStatus(String botAliasStatus)
The current status of the alias. The status is Deleting
while the alias is in the process of being
deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases
operation.
botAliasStatus
- The current status of the alias. The status is Deleting
while the alias is in the process of
being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases
operation.BotAliasStatus
public DeleteBotAliasResult withBotAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias. The status is Deleting
while the alias is in the process of being
deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases
operation.
botAliasStatus
- The current status of the alias. The status is Deleting
while the alias is in the process of
being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases
operation.BotAliasStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteBotAliasResult clone()