@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 |
getId()
The ID of the session to be deleted.
|
String |
getRequestOrigin()
The name of the origin of the delete session request.
|
int |
hashCode() |
void |
setId(String id)
The ID of the session to be deleted.
|
void |
setRequestOrigin(String requestOrigin)
The name of the origin of the delete session request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSessionRequest |
withId(String id)
The ID of the session to be deleted.
|
DeleteSessionRequest |
withRequestOrigin(String requestOrigin)
The name of the origin of the delete session request.
|
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 setId(String id)
The ID of the session to be deleted.
id
- The ID of the session to be deleted.public String getId()
The ID of the session to be deleted.
public DeleteSessionRequest withId(String id)
The ID of the session to be deleted.
id
- The ID of the session to be deleted.public void setRequestOrigin(String requestOrigin)
The name of the origin of the delete session request.
requestOrigin
- The name of the origin of the delete session request.public String getRequestOrigin()
The name of the origin of the delete session request.
public DeleteSessionRequest withRequestOrigin(String requestOrigin)
The name of the origin of the delete session request.
requestOrigin
- The name of the origin of the delete session request.public String toString()
toString
in class Object
Object.toString()
public DeleteSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()