public class DeleteSessionResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DeleteSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBotAlias()
The alias in use for the bot associated with the session data.
|
java.lang.String |
getBotName()
The name of the bot associated with the session data.
|
java.lang.String |
getSessionId()
The unique identifier for the session.
|
java.lang.String |
getUserId()
The ID of the client application user.
|
int |
hashCode() |
void |
setBotAlias(java.lang.String botAlias)
The alias in use for the bot associated with the session data.
|
void |
setBotName(java.lang.String botName)
The name of the bot associated with the session data.
|
void |
setSessionId(java.lang.String sessionId)
The unique identifier for the session.
|
void |
setUserId(java.lang.String userId)
The ID of the client application user.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSessionResult |
withBotAlias(java.lang.String botAlias)
The alias in use for the bot associated with the session data.
|
DeleteSessionResult |
withBotName(java.lang.String botName)
The name of the bot associated with the session data.
|
DeleteSessionResult |
withSessionId(java.lang.String sessionId)
The unique identifier for the session.
|
DeleteSessionResult |
withUserId(java.lang.String userId)
The ID of the client application user.
|
public java.lang.String getBotName()
The name of the bot associated with the session data.
The name of the bot associated with the session data.
public void setBotName(java.lang.String botName)
The name of the bot associated with the session data.
botName - The name of the bot associated with the session data.
public DeleteSessionResult withBotName(java.lang.String botName)
The name of the bot associated with the session data.
Returns a reference to this object so that method calls can be chained together.
botName - The name of the bot associated with the session data.
public java.lang.String getBotAlias()
The alias in use for the bot associated with the session data.
The alias in use for the bot associated with the session data.
public void setBotAlias(java.lang.String botAlias)
The alias in use for the bot associated with the session data.
botAlias - The alias in use for the bot associated with the session data.
public DeleteSessionResult withBotAlias(java.lang.String botAlias)
The alias in use for the bot associated with the session data.
Returns a reference to this object so that method calls can be chained together.
botAlias - The alias in use for the bot associated with the session data.
public java.lang.String getUserId()
The ID of the client application user.
Constraints:
Length: 2 - 100
Pattern: [0-9a-zA-Z._:-]+
The ID of the client application user.
public void setUserId(java.lang.String userId)
The ID of the client application user.
Constraints:
Length: 2 - 100
Pattern: [0-9a-zA-Z._:-]+
userId - The ID of the client application user.
public DeleteSessionResult withUserId(java.lang.String userId)
The ID of the client application user.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 2 - 100
Pattern: [0-9a-zA-Z._:-]+
userId - The ID of the client application user.
public java.lang.String getSessionId()
The unique identifier for the session.
The unique identifier for the session.
public void setSessionId(java.lang.String sessionId)
The unique identifier for the session.
sessionId - The unique identifier for the session.
public DeleteSessionResult withSessionId(java.lang.String sessionId)
The unique identifier for the session.
Returns a reference to this object so that method calls can be chained together.
sessionId - The unique identifier for the session.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.