@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCompilationJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCompilationJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCompilationJobsRequest |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that returns the model compilation jobs that were created after a specified time.
|
Date |
getCreationTimeBefore()
A filter that returns the model compilation jobs that were created before a specified time.
|
Date |
getLastModifiedTimeAfter()
A filter that returns the model compilation jobs that were modified after a specified time.
|
Date |
getLastModifiedTimeBefore()
A filter that returns the model compilation jobs that were modified before a specified time.
|
Integer |
getMaxResults()
The maximum number of model compilation jobs to return in the response.
|
String |
getNameContains()
A filter that returns the model compilation jobs whose name contains a specified string.
|
String |
getNextToken()
If the result of the previous
ListCompilationJobs request was truncated, the response includes a
NextToken. |
String |
getStatusEquals()
A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns the model compilation jobs that were created after a specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns the model compilation jobs that were created before a specified time.
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns the model compilation jobs that were modified after a specified time.
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns the model compilation jobs that were modified before a specified time.
|
void |
setMaxResults(Integer maxResults)
The maximum number of model compilation jobs to return in the response.
|
void |
setNameContains(String nameContains)
A filter that returns the model compilation jobs whose name contains a specified string.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListCompilationJobs request was truncated, the response includes a
NextToken. |
void |
setStatusEquals(String statusEquals)
A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.
|
String |
toString()
Returns a string representation of this object.
|
ListCompilationJobsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns the model compilation jobs that were created after a specified time.
|
ListCompilationJobsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns the model compilation jobs that were created before a specified time.
|
ListCompilationJobsRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns the model compilation jobs that were modified after a specified time.
|
ListCompilationJobsRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns the model compilation jobs that were modified before a specified time.
|
ListCompilationJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of model compilation jobs to return in the response.
|
ListCompilationJobsRequest |
withNameContains(String nameContains)
A filter that returns the model compilation jobs whose name contains a specified string.
|
ListCompilationJobsRequest |
withNextToken(String nextToken)
If the result of the previous
ListCompilationJobs request was truncated, the response includes a
NextToken. |
ListCompilationJobsRequest |
withStatusEquals(CompilationJobStatus statusEquals)
A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.
|
ListCompilationJobsRequest |
withStatusEquals(String statusEquals)
A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.
|
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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
If the result of the previous ListCompilationJobs request was truncated, the response includes a
NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
nextToken - If the result of the previous ListCompilationJobs request was truncated, the response
includes a NextToken. To retrieve the next set of model compilation jobs, use the token in
the next request.public String getNextToken()
If the result of the previous ListCompilationJobs request was truncated, the response includes a
NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
ListCompilationJobs request was truncated, the response
includes a NextToken. To retrieve the next set of model compilation jobs, use the token in
the next request.public ListCompilationJobsRequest withNextToken(String nextToken)
If the result of the previous ListCompilationJobs request was truncated, the response includes a
NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
nextToken - If the result of the previous ListCompilationJobs request was truncated, the response
includes a NextToken. To retrieve the next set of model compilation jobs, use the token in
the next request.public void setMaxResults(Integer maxResults)
The maximum number of model compilation jobs to return in the response.
maxResults - The maximum number of model compilation jobs to return in the response.public Integer getMaxResults()
The maximum number of model compilation jobs to return in the response.
public ListCompilationJobsRequest withMaxResults(Integer maxResults)
The maximum number of model compilation jobs to return in the response.
maxResults - The maximum number of model compilation jobs to return in the response.public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns the model compilation jobs that were created after a specified time.
creationTimeAfter - A filter that returns the model compilation jobs that were created after a specified time.public Date getCreationTimeAfter()
A filter that returns the model compilation jobs that were created after a specified time.
public ListCompilationJobsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns the model compilation jobs that were created after a specified time.
creationTimeAfter - A filter that returns the model compilation jobs that were created after a specified time.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns the model compilation jobs that were created before a specified time.
creationTimeBefore - A filter that returns the model compilation jobs that were created before a specified time.public Date getCreationTimeBefore()
A filter that returns the model compilation jobs that were created before a specified time.
public ListCompilationJobsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns the model compilation jobs that were created before a specified time.
creationTimeBefore - A filter that returns the model compilation jobs that were created before a specified time.public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns the model compilation jobs that were modified after a specified time.
lastModifiedTimeAfter - A filter that returns the model compilation jobs that were modified after a specified time.public Date getLastModifiedTimeAfter()
A filter that returns the model compilation jobs that were modified after a specified time.
public ListCompilationJobsRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns the model compilation jobs that were modified after a specified time.
lastModifiedTimeAfter - A filter that returns the model compilation jobs that were modified after a specified time.public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns the model compilation jobs that were modified before a specified time.
lastModifiedTimeBefore - A filter that returns the model compilation jobs that were modified before a specified time.public Date getLastModifiedTimeBefore()
A filter that returns the model compilation jobs that were modified before a specified time.
public ListCompilationJobsRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns the model compilation jobs that were modified before a specified time.
lastModifiedTimeBefore - A filter that returns the model compilation jobs that were modified before a specified time.public void setNameContains(String nameContains)
A filter that returns the model compilation jobs whose name contains a specified string.
nameContains - A filter that returns the model compilation jobs whose name contains a specified string.public String getNameContains()
A filter that returns the model compilation jobs whose name contains a specified string.
public ListCompilationJobsRequest withNameContains(String nameContains)
A filter that returns the model compilation jobs whose name contains a specified string.
nameContains - A filter that returns the model compilation jobs whose name contains a specified string.public void setStatusEquals(String statusEquals)
A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.
statusEquals - A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.CompilationJobStatuspublic String getStatusEquals()
A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.
CompilationJobStatuspublic ListCompilationJobsRequest withStatusEquals(String statusEquals)
A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.
statusEquals - A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.CompilationJobStatuspublic ListCompilationJobsRequest withStatusEquals(CompilationJobStatus statusEquals)
A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.
statusEquals - A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.CompilationJobStatuspublic String toString()
toString in class ObjectObject.toString()public ListCompilationJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.