@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStatementsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListStatementsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListStatementsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A continuation token, if this is a continuation call.
|
String |
getRequestOrigin()
The origin of the request to list statements.
|
String |
getSessionId()
The Session ID of the statements.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
void |
setRequestOrigin(String requestOrigin)
The origin of the request to list statements.
|
void |
setSessionId(String sessionId)
The Session ID of the statements.
|
String |
toString()
Returns a string representation of this object.
|
ListStatementsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
ListStatementsRequest |
withRequestOrigin(String requestOrigin)
The origin of the request to list statements.
|
ListStatementsRequest |
withSessionId(String sessionId)
The Session ID of the statements.
|
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 statements.
sessionId - The Session ID of the statements.public String getSessionId()
The Session ID of the statements.
public ListStatementsRequest withSessionId(String sessionId)
The Session ID of the statements.
sessionId - The Session ID of the statements.public void setRequestOrigin(String requestOrigin)
The origin of the request to list statements.
requestOrigin - The origin of the request to list statements.public String getRequestOrigin()
The origin of the request to list statements.
public ListStatementsRequest withRequestOrigin(String requestOrigin)
The origin of the request to list statements.
requestOrigin - The origin of the request to list statements.public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public ListStatementsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public String toString()
toString in class ObjectObject.toString()public ListStatementsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()