@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStatementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetStatementRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetStatementRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getId()
The Id of the statement.
|
String |
getRequestOrigin()
The origin of the request.
|
String |
getSessionId()
The Session ID of the statement.
|
int |
hashCode() |
void |
setId(Integer id)
The Id of the statement.
|
void |
setRequestOrigin(String requestOrigin)
The origin of the request.
|
void |
setSessionId(String sessionId)
The Session ID of the statement.
|
String |
toString()
Returns a string representation of this object.
|
GetStatementRequest |
withId(Integer id)
The Id of the statement.
|
GetStatementRequest |
withRequestOrigin(String requestOrigin)
The origin of the request.
|
GetStatementRequest |
withSessionId(String sessionId)
The Session ID of the statement.
|
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 setSessionId(String sessionId)
The Session ID of the statement.
sessionId - The Session ID of the statement.public String getSessionId()
The Session ID of the statement.
public GetStatementRequest withSessionId(String sessionId)
The Session ID of the statement.
sessionId - The Session ID of the statement.public void setId(Integer id)
The Id of the statement.
id - The Id of the statement.public Integer getId()
The Id of the statement.
public GetStatementRequest withId(Integer id)
The Id of the statement.
id - The Id of the statement.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 GetStatementRequest withRequestOrigin(String requestOrigin)
The origin of the request.
requestOrigin - The origin of the request.public String toString()
toString in class ObjectObject.toString()public GetStatementRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()