@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMessageMoveTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMessageMoveTasksRequest() |
Modifier and Type | Method and Description |
---|---|
ListMessageMoveTasksRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getSourceArn()
The ARN of the queue whose message movement tasks are to be listed.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setSourceArn(String sourceArn)
The ARN of the queue whose message movement tasks are to be listed.
|
String |
toString()
Returns a string representation of this object.
|
ListMessageMoveTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListMessageMoveTasksRequest |
withSourceArn(String sourceArn)
The ARN of the queue whose message movement tasks are to be listed.
|
addHandlerContext, copyBaseTo, 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 setSourceArn(String sourceArn)
The ARN of the queue whose message movement tasks are to be listed.
sourceArn
- The ARN of the queue whose message movement tasks are to be listed.public String getSourceArn()
The ARN of the queue whose message movement tasks are to be listed.
public ListMessageMoveTasksRequest withSourceArn(String sourceArn)
The ARN of the queue whose message movement tasks are to be listed.
sourceArn
- The ARN of the queue whose message movement tasks are to be listed.public void setMaxResults(Integer maxResults)
The maximum number of results to include in the response. The default is 1, which provides the most recent message movement task. The upper limit is 10.
maxResults
- The maximum number of results to include in the response. The default is 1, which provides the most recent
message movement task. The upper limit is 10.public Integer getMaxResults()
The maximum number of results to include in the response. The default is 1, which provides the most recent message movement task. The upper limit is 10.
public ListMessageMoveTasksRequest withMaxResults(Integer maxResults)
The maximum number of results to include in the response. The default is 1, which provides the most recent message movement task. The upper limit is 10.
maxResults
- The maximum number of results to include in the response. The default is 1, which provides the most recent
message movement task. The upper limit is 10.public String toString()
toString
in class Object
Object.toString()
public ListMessageMoveTasksRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.