@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, setSdkResponseMetadata
public 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.BotStatus
public 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.BotStatus
public 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.BotStatus
public 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.BotStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteBotResult clone()