@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotAliasId()
The alias identifier in use for the bot that contains the session data.
|
String |
getBotId()
The identifier of the bot that contains the session data.
|
String |
getLocaleId()
The locale where the session is in use.
|
String |
getSessionId()
The identifier of the session to return.
|
int |
hashCode() |
void |
setBotAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
|
void |
setBotId(String botId)
The identifier of the bot that contains the session data.
|
void |
setLocaleId(String localeId)
The locale where the session is in use.
|
void |
setSessionId(String sessionId)
The identifier of the session to return.
|
String |
toString()
Returns a string representation of this object.
|
GetSessionRequest |
withBotAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
|
GetSessionRequest |
withBotId(String botId)
The identifier of the bot that contains the session data.
|
GetSessionRequest |
withLocaleId(String localeId)
The locale where the session is in use.
|
GetSessionRequest |
withSessionId(String sessionId)
The identifier of the session to return.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setBotId(String botId)
The identifier of the bot that contains the session data.
botId
- The identifier of the bot that contains the session data.public String getBotId()
The identifier of the bot that contains the session data.
public GetSessionRequest withBotId(String botId)
The identifier of the bot that contains the session data.
botId
- The identifier of the bot that contains the session data.public void setBotAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
botAliasId
- The alias identifier in use for the bot that contains the session data.public String getBotAliasId()
The alias identifier in use for the bot that contains the session data.
public GetSessionRequest withBotAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
botAliasId
- The alias identifier in use for the bot that contains the session data.public void setLocaleId(String localeId)
The locale where the session is in use.
localeId
- The locale where the session is in use.public String getLocaleId()
The locale where the session is in use.
public GetSessionRequest withLocaleId(String localeId)
The locale where the session is in use.
localeId
- The locale where the session is in use.public void setSessionId(String sessionId)
The identifier of the session to return.
sessionId
- The identifier of the session to return.public String getSessionId()
The identifier of the session to return.
public GetSessionRequest withSessionId(String sessionId)
The identifier of the session to return.
sessionId
- The identifier of the session to return.public String toString()
toString
in class Object
Object.toString()
public GetSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()