@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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 |
getSortBy()
The field by which to sort results.
|
String |
getSortOrder()
The sort order for results.
|
String |
getStatusEquals()
A filter that retrieves model compilation jobs with a specific
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 |
setSortBy(String sortBy)
The field by which to sort results.
|
void |
setSortOrder(String sortOrder)
The sort order for results.
|
void |
setStatusEquals(String statusEquals)
A filter that retrieves model compilation jobs with a specific
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 |
withSortBy(ListCompilationJobsSortBy sortBy)
The field by which to sort results.
|
ListCompilationJobsRequest |
withSortBy(String sortBy)
The field by which to sort results.
|
ListCompilationJobsRequest |
withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListCompilationJobsRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
ListCompilationJobsRequest |
withStatusEquals(CompilationJobStatus statusEquals)
A filter that retrieves model compilation jobs with a specific
CompilationJobStatus status. |
ListCompilationJobsRequest |
withStatusEquals(String statusEquals)
A filter that retrieves model compilation jobs with a specific
CompilationJobStatus status. |
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 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 CompilationJobStatus status.
statusEquals - A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.CompilationJobStatuspublic String getStatusEquals()
A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.
CompilationJobStatus status.CompilationJobStatuspublic ListCompilationJobsRequest withStatusEquals(String statusEquals)
A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.
statusEquals - A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.CompilationJobStatuspublic ListCompilationJobsRequest withStatusEquals(CompilationJobStatus statusEquals)
A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.
statusEquals - A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.CompilationJobStatuspublic void setSortBy(String sortBy)
The field by which to sort results. The default is CreationTime.
sortBy - The field by which to sort results. The default is CreationTime.ListCompilationJobsSortBypublic String getSortBy()
The field by which to sort results. The default is CreationTime.
CreationTime.ListCompilationJobsSortBypublic ListCompilationJobsRequest withSortBy(String sortBy)
The field by which to sort results. The default is CreationTime.
sortBy - The field by which to sort results. The default is CreationTime.ListCompilationJobsSortBypublic ListCompilationJobsRequest withSortBy(ListCompilationJobsSortBy sortBy)
The field by which to sort results. The default is CreationTime.
sortBy - The field by which to sort results. The default is CreationTime.ListCompilationJobsSortBypublic void setSortOrder(String sortOrder)
The sort order for results. The default is Ascending.
sortOrder - The sort order for results. The default is Ascending.SortOrderpublic String getSortOrder()
The sort order for results. The default is Ascending.
Ascending.SortOrderpublic ListCompilationJobsRequest withSortOrder(String sortOrder)
The sort order for results. The default is Ascending.
sortOrder - The sort order for results. The default is Ascending.SortOrderpublic ListCompilationJobsRequest withSortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending.
sortOrder - The sort order for results. The default is Ascending.SortOrderpublic String toString()
toString in class ObjectObject.toString()public ListCompilationJobsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()