@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteSessionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotAliasId()
The alias identifier in use for the bot that contained the session data.
|
String |
getBotId()
The identifier of the bot that contained the session data.
|
String |
getLocaleId()
The locale where the session was used.
|
String |
getSessionId()
The identifier of the deleted session.
|
int |
hashCode() |
void |
setBotAliasId(String botAliasId)
The alias identifier in use for the bot that contained the session data.
|
void |
setBotId(String botId)
The identifier of the bot that contained the session data.
|
void |
setLocaleId(String localeId)
The locale where the session was used.
|
void |
setSessionId(String sessionId)
The identifier of the deleted session.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSessionResult |
withBotAliasId(String botAliasId)
The alias identifier in use for the bot that contained the session data.
|
DeleteSessionResult |
withBotId(String botId)
The identifier of the bot that contained the session data.
|
DeleteSessionResult |
withLocaleId(String localeId)
The locale where the session was used.
|
DeleteSessionResult |
withSessionId(String sessionId)
The identifier of the deleted session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The identifier of the bot that contained the session data.
botId
- The identifier of the bot that contained the session data.public String getBotId()
The identifier of the bot that contained the session data.
public DeleteSessionResult withBotId(String botId)
The identifier of the bot that contained the session data.
botId
- The identifier of the bot that contained the session data.public void setBotAliasId(String botAliasId)
The alias identifier in use for the bot that contained the session data.
botAliasId
- The alias identifier in use for the bot that contained the session data.public String getBotAliasId()
The alias identifier in use for the bot that contained the session data.
public DeleteSessionResult withBotAliasId(String botAliasId)
The alias identifier in use for the bot that contained the session data.
botAliasId
- The alias identifier in use for the bot that contained the session data.public void setLocaleId(String localeId)
The locale where the session was used.
localeId
- The locale where the session was used.public String getLocaleId()
The locale where the session was used.
public DeleteSessionResult withLocaleId(String localeId)
The locale where the session was used.
localeId
- The locale where the session was used.public void setSessionId(String sessionId)
The identifier of the deleted session.
sessionId
- The identifier of the deleted session.public String getSessionId()
The identifier of the deleted session.
public DeleteSessionResult withSessionId(String sessionId)
The identifier of the deleted session.
sessionId
- The identifier of the deleted session.public String toString()
toString
in class Object
Object.toString()
public DeleteSessionResult clone()