@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteBotResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot that Amazon Lex is deleting.
|
String |
getBotStatus()
The current status of the bot.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot that Amazon Lex is deleting.
|
void |
setBotStatus(String botStatus)
The current status of the bot.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBotResult |
withBotId(String botId)
The unique identifier of the bot that Amazon Lex is deleting.
|
DeleteBotResult |
withBotStatus(BotStatus botStatus)
The current status of the bot.
|
DeleteBotResult |
withBotStatus(String botStatus)
The current status of the bot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBotId(String botId)
The unique identifier of the bot that Amazon Lex is deleting.
botId - The unique identifier of the bot that Amazon Lex is deleting.public String getBotId()
The unique identifier of the bot that Amazon Lex is deleting.
public DeleteBotResult withBotId(String botId)
The unique identifier of the bot that Amazon Lex is deleting.
botId - The unique identifier of the bot that Amazon Lex is deleting.public void setBotStatus(String botStatus)
The current status of the bot. The status is Deleting while the bot and its associated resources are
being deleted.
botStatus - The current status of the bot. The status is Deleting while the bot and its associated
resources are being deleted.BotStatuspublic String getBotStatus()
The current status of the bot. The status is Deleting while the bot and its associated resources are
being deleted.
Deleting while the bot and its associated
resources are being deleted.BotStatuspublic DeleteBotResult withBotStatus(String botStatus)
The current status of the bot. The status is Deleting while the bot and its associated resources are
being deleted.
botStatus - The current status of the bot. The status is Deleting while the bot and its associated
resources are being deleted.BotStatuspublic DeleteBotResult withBotStatus(BotStatus botStatus)
The current status of the bot. The status is Deleting while the bot and its associated resources are
being deleted.
botStatus - The current status of the bot. The status is Deleting while the bot and its associated
resources are being deleted.BotStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteBotResult clone()