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