@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateBotResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBotResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot that was updated.
|
String |
getBotName()
The name of the bot after the update.
|
String |
getBotStatus()
Shows the current status of the bot.
|
Date |
getCreationDateTime()
A timestamp of the date and time that the bot was created.
|
DataPrivacy |
getDataPrivacy()
The data privacy settings for the bot after the update.
|
String |
getDescription()
The description of the bot after the update.
|
Integer |
getIdleSessionTTLInSeconds()
The session timeout, in seconds, for the bot after the update.
|
Date |
getLastUpdatedDateTime()
A timestamp of the date and time that the bot was last updated.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot that was updated.
|
void |
setBotName(String botName)
The name of the bot after the update.
|
void |
setBotStatus(String botStatus)
Shows the current status of the bot.
|
void |
setCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot was created.
|
void |
setDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
|
void |
setDescription(String description)
The description of the bot after the update.
|
void |
setIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session timeout, in seconds, for the bot after the update.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBotResult |
withBotId(String botId)
The unique identifier of the bot that was updated.
|
UpdateBotResult |
withBotName(String botName)
The name of the bot after the update.
|
UpdateBotResult |
withBotStatus(BotStatus botStatus)
Shows the current status of the bot.
|
UpdateBotResult |
withBotStatus(String botStatus)
Shows the current status of the bot.
|
UpdateBotResult |
withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot was created.
|
UpdateBotResult |
withDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
|
UpdateBotResult |
withDescription(String description)
The description of the bot after the update.
|
UpdateBotResult |
withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session timeout, in seconds, for the bot after the update.
|
UpdateBotResult |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
UpdateBotResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique identifier of the bot that was updated.
botId
- The unique identifier of the bot that was updated.public String getBotId()
The unique identifier of the bot that was updated.
public UpdateBotResult withBotId(String botId)
The unique identifier of the bot that was updated.
botId
- The unique identifier of the bot that was updated.public void setBotName(String botName)
The name of the bot after the update.
botName
- The name of the bot after the update.public String getBotName()
The name of the bot after the update.
public UpdateBotResult withBotName(String botName)
The name of the bot after the update.
botName
- The name of the bot after the update.public void setDescription(String description)
The description of the bot after the update.
description
- The description of the bot after the update.public String getDescription()
The description of the bot after the update.
public UpdateBotResult withDescription(String description)
The description of the bot after the update.
description
- The description of the bot after the update.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
roleArn
- The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
public UpdateBotResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
roleArn
- The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.public void setDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
dataPrivacy
- The data privacy settings for the bot after the update.public DataPrivacy getDataPrivacy()
The data privacy settings for the bot after the update.
public UpdateBotResult withDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
dataPrivacy
- The data privacy settings for the bot after the update.public void setIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session timeout, in seconds, for the bot after the update.
idleSessionTTLInSeconds
- The session timeout, in seconds, for the bot after the update.public Integer getIdleSessionTTLInSeconds()
The session timeout, in seconds, for the bot after the update.
public UpdateBotResult withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session timeout, in seconds, for the bot after the update.
idleSessionTTLInSeconds
- The session timeout, in seconds, for the bot after the update.public void setBotStatus(String botStatus)
Shows the current status of the bot. The bot is first in the Creating
status. Once the bot is read
for use, it changes to the Available
status. After the bot is created, you can use the
DRAFT
version of the bot.
botStatus
- Shows the current status of the bot. The bot is first in the Creating
status. Once the bot is
read for use, it changes to the Available
status. After the bot is created, you can use the
DRAFT
version of the bot.BotStatus
public String getBotStatus()
Shows the current status of the bot. The bot is first in the Creating
status. Once the bot is read
for use, it changes to the Available
status. After the bot is created, you can use the
DRAFT
version of the bot.
Creating
status. Once the bot
is read for use, it changes to the Available
status. After the bot is created, you can use
the DRAFT
version of the bot.BotStatus
public UpdateBotResult withBotStatus(String botStatus)
Shows the current status of the bot. The bot is first in the Creating
status. Once the bot is read
for use, it changes to the Available
status. After the bot is created, you can use the
DRAFT
version of the bot.
botStatus
- Shows the current status of the bot. The bot is first in the Creating
status. Once the bot is
read for use, it changes to the Available
status. After the bot is created, you can use the
DRAFT
version of the bot.BotStatus
public UpdateBotResult withBotStatus(BotStatus botStatus)
Shows the current status of the bot. The bot is first in the Creating
status. Once the bot is read
for use, it changes to the Available
status. After the bot is created, you can use the
DRAFT
version of the bot.
botStatus
- Shows the current status of the bot. The bot is first in the Creating
status. Once the bot is
read for use, it changes to the Available
status. After the bot is created, you can use the
DRAFT
version of the bot.BotStatus
public void setCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot was created.
creationDateTime
- A timestamp of the date and time that the bot was created.public Date getCreationDateTime()
A timestamp of the date and time that the bot was created.
public UpdateBotResult withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot was created.
creationDateTime
- A timestamp of the date and time that the bot was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
lastUpdatedDateTime
- A timestamp of the date and time that the bot was last updated.public Date getLastUpdatedDateTime()
A timestamp of the date and time that the bot was last updated.
public UpdateBotResult withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
lastUpdatedDateTime
- A timestamp of the date and time that the bot was last updated.public String toString()
toString
in class Object
Object.toString()
public UpdateBotResult clone()