@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSessionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSessionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBotAlias()
The alias in use for the bot that contains the session data.
|
String |
getBotName()
The name of the bot that contains the session data.
|
String |
getUserId()
The ID of the client application user.
|
int |
hashCode() |
void |
setBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
|
void |
setBotName(String botName)
The name of the bot that contains the session data.
|
void |
setUserId(String userId)
The ID of the client application user.
|
String |
toString()
Returns a string representation of this object.
|
GetSessionRequest |
withBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
|
GetSessionRequest |
withBotName(String botName)
The name of the bot that contains the session data.
|
GetSessionRequest |
withUserId(String userId)
The ID of the client application user.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setBotName(String botName)
The name of the bot that contains the session data.
botName - The name of the bot that contains the session data.public String getBotName()
The name of the bot that contains the session data.
public GetSessionRequest withBotName(String botName)
The name of the bot that contains the session data.
botName - The name of the bot that contains the session data.public void setBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
botAlias - The alias in use for the bot that contains the session data.public String getBotAlias()
The alias in use for the bot that contains the session data.
public GetSessionRequest withBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
botAlias - The alias in use for the bot that contains the session data.public void setUserId(String userId)
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
userId - The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your
bot.public String getUserId()
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
public GetSessionRequest withUserId(String userId)
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
userId - The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your
bot.public String toString()
toString in class ObjectObject.toString()public GetSessionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.