@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMatchingJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListMatchingJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of objects returned per page.
|
String |
getNextToken()
The pagination token from the previous API call.
|
String |
getWorkflowName()
The name of the workflow to be retrieved.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
void |
setNextToken(String nextToken)
The pagination token from the previous API call.
|
void |
setWorkflowName(String workflowName)
The name of the workflow to be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
ListMatchingJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListMatchingJobsRequest |
withNextToken(String nextToken)
The pagination token from the previous API call.
|
ListMatchingJobsRequest |
withWorkflowName(String workflowName)
The name of the workflow to be retrieved.
|
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 setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.public Integer getMaxResults()
The maximum number of objects returned per page.
public ListMatchingJobsRequest withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.public void setNextToken(String nextToken)
The pagination token from the previous API call.
nextToken - The pagination token from the previous API call.public String getNextToken()
The pagination token from the previous API call.
public ListMatchingJobsRequest withNextToken(String nextToken)
The pagination token from the previous API call.
nextToken - The pagination token from the previous API call.public void setWorkflowName(String workflowName)
The name of the workflow to be retrieved.
workflowName - The name of the workflow to be retrieved.public String getWorkflowName()
The name of the workflow to be retrieved.
public ListMatchingJobsRequest withWorkflowName(String workflowName)
The name of the workflow to be retrieved.
workflowName - The name of the workflow to be retrieved.public String toString()
toString in class ObjectObject.toString()public ListMatchingJobsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()