@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTransformJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTransformJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTransformJobsRequest |
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 only transform jobs created after the specified time.
|
Date |
getCreationTimeBefore()
A filter that returns only transform jobs created before the specified time.
|
Date |
getLastModifiedTimeAfter()
A filter that returns only transform jobs modified after the specified time.
|
Date |
getLastModifiedTimeBefore()
A filter that returns only transform jobs modified before the specified time.
|
Integer |
getMaxResults()
The maximum number of transform jobs to return in the response.
|
String |
getNameContains()
A string in the transform job name.
|
String |
getNextToken()
If the result of the previous
ListTransformJobs request was truncated, the response includes a
NextToken . |
String |
getSortBy()
The field to sort results by.
|
String |
getSortOrder()
The sort order for results.
|
String |
getStatusEquals()
A filter that retrieves only transform jobs with a specific status.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only transform jobs created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only transform jobs created before the specified time.
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only transform jobs modified after the specified time.
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only transform jobs modified before the specified time.
|
void |
setMaxResults(Integer maxResults)
The maximum number of transform jobs to return in the response.
|
void |
setNameContains(String nameContains)
A string in the transform job name.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListTransformJobs request was truncated, the response includes a
NextToken . |
void |
setSortBy(String sortBy)
The field to sort results by.
|
void |
setSortOrder(String sortOrder)
The sort order for results.
|
void |
setStatusEquals(String statusEquals)
A filter that retrieves only transform jobs with a specific status.
|
String |
toString()
Returns a string representation of this object.
|
ListTransformJobsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only transform jobs created after the specified time.
|
ListTransformJobsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only transform jobs created before the specified time.
|
ListTransformJobsRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only transform jobs modified after the specified time.
|
ListTransformJobsRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only transform jobs modified before the specified time.
|
ListTransformJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of transform jobs to return in the response.
|
ListTransformJobsRequest |
withNameContains(String nameContains)
A string in the transform job name.
|
ListTransformJobsRequest |
withNextToken(String nextToken)
If the result of the previous
ListTransformJobs request was truncated, the response includes a
NextToken . |
ListTransformJobsRequest |
withSortBy(SortBy sortBy)
The field to sort results by.
|
ListTransformJobsRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListTransformJobsRequest |
withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListTransformJobsRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
ListTransformJobsRequest |
withStatusEquals(String statusEquals)
A filter that retrieves only transform jobs with a specific status.
|
ListTransformJobsRequest |
withStatusEquals(TransformJobStatus statusEquals)
A filter that retrieves only transform jobs with a specific 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 setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only transform jobs created after the specified time.
creationTimeAfter
- A filter that returns only transform jobs created after the specified time.public Date getCreationTimeAfter()
A filter that returns only transform jobs created after the specified time.
public ListTransformJobsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only transform jobs created after the specified time.
creationTimeAfter
- A filter that returns only transform jobs created after the specified time.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only transform jobs created before the specified time.
creationTimeBefore
- A filter that returns only transform jobs created before the specified time.public Date getCreationTimeBefore()
A filter that returns only transform jobs created before the specified time.
public ListTransformJobsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only transform jobs created before the specified time.
creationTimeBefore
- A filter that returns only transform jobs created before the specified time.public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only transform jobs modified after the specified time.
lastModifiedTimeAfter
- A filter that returns only transform jobs modified after the specified time.public Date getLastModifiedTimeAfter()
A filter that returns only transform jobs modified after the specified time.
public ListTransformJobsRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only transform jobs modified after the specified time.
lastModifiedTimeAfter
- A filter that returns only transform jobs modified after the specified time.public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only transform jobs modified before the specified time.
lastModifiedTimeBefore
- A filter that returns only transform jobs modified before the specified time.public Date getLastModifiedTimeBefore()
A filter that returns only transform jobs modified before the specified time.
public ListTransformJobsRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only transform jobs modified before the specified time.
lastModifiedTimeBefore
- A filter that returns only transform jobs modified before the specified time.public void setNameContains(String nameContains)
A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.
nameContains
- A string in the transform job name. This filter returns only transform jobs whose name contains the
specified string.public String getNameContains()
A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.
public ListTransformJobsRequest withNameContains(String nameContains)
A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.
nameContains
- A string in the transform job name. This filter returns only transform jobs whose name contains the
specified string.public void setStatusEquals(String statusEquals)
A filter that retrieves only transform jobs with a specific status.
statusEquals
- A filter that retrieves only transform jobs with a specific status.TransformJobStatus
public String getStatusEquals()
A filter that retrieves only transform jobs with a specific status.
TransformJobStatus
public ListTransformJobsRequest withStatusEquals(String statusEquals)
A filter that retrieves only transform jobs with a specific status.
statusEquals
- A filter that retrieves only transform jobs with a specific status.TransformJobStatus
public ListTransformJobsRequest withStatusEquals(TransformJobStatus statusEquals)
A filter that retrieves only transform jobs with a specific status.
statusEquals
- A filter that retrieves only transform jobs with a specific status.TransformJobStatus
public void setSortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.SortBy
public String getSortBy()
The field to sort results by. The default is CreationTime
.
CreationTime
.SortBy
public ListTransformJobsRequest withSortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.SortBy
public ListTransformJobsRequest withSortBy(SortBy sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.SortBy
public void setSortOrder(String sortOrder)
The sort order for results. The default is Descending
.
sortOrder
- The sort order for results. The default is Descending
.SortOrder
public String getSortOrder()
The sort order for results. The default is Descending
.
Descending
.SortOrder
public ListTransformJobsRequest withSortOrder(String sortOrder)
The sort order for results. The default is Descending
.
sortOrder
- The sort order for results. The default is Descending
.SortOrder
public ListTransformJobsRequest withSortOrder(SortOrder sortOrder)
The sort order for results. The default is Descending
.
sortOrder
- The sort order for results. The default is Descending
.SortOrder
public void setNextToken(String nextToken)
If the result of the previous ListTransformJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of transform jobs, use the token in the next request.
nextToken
- If the result of the previous ListTransformJobs
request was truncated, the response includes
a NextToken
. To retrieve the next set of transform jobs, use the token in the next request.public String getNextToken()
If the result of the previous ListTransformJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of transform jobs, use the token in the next request.
ListTransformJobs
request was truncated, the response includes
a NextToken
. To retrieve the next set of transform jobs, use the token in the next request.public ListTransformJobsRequest withNextToken(String nextToken)
If the result of the previous ListTransformJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of transform jobs, use the token in the next request.
nextToken
- If the result of the previous ListTransformJobs
request was truncated, the response includes
a NextToken
. To retrieve the next set of transform jobs, use the token in the next request.public void setMaxResults(Integer maxResults)
The maximum number of transform jobs to return in the response. The default value is 10
.
maxResults
- The maximum number of transform jobs to return in the response. The default value is 10
.public Integer getMaxResults()
The maximum number of transform jobs to return in the response. The default value is 10
.
10
.public ListTransformJobsRequest withMaxResults(Integer maxResults)
The maximum number of transform jobs to return in the response. The default value is 10
.
maxResults
- The maximum number of transform jobs to return in the response. The default value is 10
.public String toString()
toString
in class Object
Object.toString()
public ListTransformJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()