@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 |
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 identifier of the user associated with the session data.
|
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 identifier of the user associated with the session data.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSessionRequest |
withBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
|
DeleteSessionRequest |
withBotName(String botName)
The name of the bot that contains the session data.
|
DeleteSessionRequest |
withUserId(String userId)
The identifier of the user associated with the session data.
|
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 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 DeleteSessionRequest 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 DeleteSessionRequest 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 identifier of the user associated with the session data.
userId
- The identifier of the user associated with the session data.public String getUserId()
The identifier of the user associated with the session data.
public DeleteSessionRequest withUserId(String userId)
The identifier of the user associated with the session data.
userId
- The identifier of the user associated with the session data.public String toString()
toString
in class Object
Object.toString()
public DeleteSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()