@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 |
getBotAlias()
The alias in use for the bot associated with the session data.
|
String |
getBotName()
The name of the bot associated with the session data.
|
String |
getSessionId()
The unique identifier for the session.
|
String |
getUserId()
The ID of the client application user.
|
int |
hashCode() |
void |
setBotAlias(String botAlias)
The alias in use for the bot associated with the session data.
|
void |
setBotName(String botName)
The name of the bot associated with the session data.
|
void |
setSessionId(String sessionId)
The unique identifier for the session.
|
void |
setUserId(String userId)
The ID of the client application user.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSessionResult |
withBotAlias(String botAlias)
The alias in use for the bot associated with the session data.
|
DeleteSessionResult |
withBotName(String botName)
The name of the bot associated with the session data.
|
DeleteSessionResult |
withSessionId(String sessionId)
The unique identifier for the session.
|
DeleteSessionResult |
withUserId(String userId)
The ID of the client application user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotName(String botName)
The name of the bot associated with the session data.
botName
- The name of the bot associated with the session data.public String getBotName()
The name of the bot associated with the session data.
public DeleteSessionResult withBotName(String botName)
The name of the bot associated with the session data.
botName
- The name of the bot associated with the session data.public void setBotAlias(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 String getBotAlias()
The alias in use for the bot associated with the session data.
public DeleteSessionResult withBotAlias(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 void setUserId(String userId)
The ID of the client application user.
userId
- The ID of the client application user.public String getUserId()
The ID of the client application user.
public DeleteSessionResult withUserId(String userId)
The ID of the client application user.
userId
- The ID of the client application user.public void setSessionId(String sessionId)
The unique identifier for the session.
sessionId
- The unique identifier for the session.public String getSessionId()
The unique identifier for the session.
public DeleteSessionResult withSessionId(String sessionId)
The unique identifier for the session.
sessionId
- The unique identifier for the session.public String toString()
toString
in class Object
Object.toString()
public DeleteSessionResult clone()