@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, withSdkRequestTimeout
public 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.CompilationJobStatus
public String getStatusEquals()
A filter that retrieves model compilation jobs with a specific CompilationJobStatus
status.
CompilationJobStatus
status.CompilationJobStatus
public 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.CompilationJobStatus
public 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.CompilationJobStatus
public 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
.ListCompilationJobsSortBy
public String getSortBy()
The field by which to sort results. The default is CreationTime
.
CreationTime
.ListCompilationJobsSortBy
public 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
.ListCompilationJobsSortBy
public 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
.ListCompilationJobsSortBy
public void setSortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public String getSortOrder()
The sort order for results. The default is Ascending
.
Ascending
.SortOrder
public ListCompilationJobsRequest withSortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public ListCompilationJobsRequest withSortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListCompilationJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()