@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteSessionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionRequest |
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 delete.
|
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 delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSessionRequest |
withBotAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
|
DeleteSessionRequest |
withBotId(String botId)
The identifier of the bot that contains the session data.
|
DeleteSessionRequest |
withLocaleId(String localeId)
The locale where the session is in use.
|
DeleteSessionRequest |
withSessionId(String sessionId)
The identifier of the session to delete.
|
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, withSdkRequestTimeoutpublic 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 DeleteSessionRequest 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 DeleteSessionRequest 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 DeleteSessionRequest 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 delete.
sessionId - The identifier of the session to delete.public String getSessionId()
The identifier of the session to delete.
public DeleteSessionRequest withSessionId(String sessionId)
The identifier of the session to delete.
sessionId - The identifier of the session to delete.public String toString()
toString in class ObjectObject.toString()public DeleteSessionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()