@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEdgePackagingJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEdgePackagingJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEdgePackagingJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Select jobs where the job was created after specified time.
|
Date |
getCreationTimeBefore()
Select jobs where the job was created before specified time.
|
Date |
getLastModifiedTimeAfter()
Select jobs where the job was updated after specified time.
|
Date |
getLastModifiedTimeBefore()
Select jobs where the job was updated before specified time.
|
Integer |
getMaxResults()
Maximum number of results to select.
|
String |
getModelNameContains()
Filter for jobs where the model name contains this string.
|
String |
getNameContains()
Filter for jobs containing this name in their packaging job name.
|
String |
getNextToken()
The response from the last list when returning a list large enough to need tokening.
|
String |
getSortBy()
Use to specify what column to sort by.
|
String |
getSortOrder()
What direction to sort by.
|
String |
getStatusEquals()
The job status to filter for.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
Select jobs where the job was created after specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Select jobs where the job was created before specified time.
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select jobs where the job was updated after specified time.
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select jobs where the job was updated before specified time.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to select.
|
void |
setModelNameContains(String modelNameContains)
Filter for jobs where the model name contains this string.
|
void |
setNameContains(String nameContains)
Filter for jobs containing this name in their packaging job name.
|
void |
setNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
void |
setSortBy(String sortBy)
Use to specify what column to sort by.
|
void |
setSortOrder(String sortOrder)
What direction to sort by.
|
void |
setStatusEquals(String statusEquals)
The job status to filter for.
|
String |
toString()
Returns a string representation of this object.
|
ListEdgePackagingJobsRequest |
withCreationTimeAfter(Date creationTimeAfter)
Select jobs where the job was created after specified time.
|
ListEdgePackagingJobsRequest |
withCreationTimeBefore(Date creationTimeBefore)
Select jobs where the job was created before specified time.
|
ListEdgePackagingJobsRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select jobs where the job was updated after specified time.
|
ListEdgePackagingJobsRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select jobs where the job was updated before specified time.
|
ListEdgePackagingJobsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to select.
|
ListEdgePackagingJobsRequest |
withModelNameContains(String modelNameContains)
Filter for jobs where the model name contains this string.
|
ListEdgePackagingJobsRequest |
withNameContains(String nameContains)
Filter for jobs containing this name in their packaging job name.
|
ListEdgePackagingJobsRequest |
withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListEdgePackagingJobsRequest |
withSortBy(ListEdgePackagingJobsSortBy sortBy)
Use to specify what column to sort by.
|
ListEdgePackagingJobsRequest |
withSortBy(String sortBy)
Use to specify what column to sort by.
|
ListEdgePackagingJobsRequest |
withSortOrder(SortOrder sortOrder)
What direction to sort by.
|
ListEdgePackagingJobsRequest |
withSortOrder(String sortOrder)
What direction to sort by.
|
ListEdgePackagingJobsRequest |
withStatusEquals(EdgePackagingJobStatus statusEquals)
The job status to filter for.
|
ListEdgePackagingJobsRequest |
withStatusEquals(String statusEquals)
The job status to filter for.
|
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)
The response from the last list when returning a list large enough to need tokening.
nextToken
- The response from the last list when returning a list large enough to need tokening.public String getNextToken()
The response from the last list when returning a list large enough to need tokening.
public ListEdgePackagingJobsRequest withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken
- The response from the last list when returning a list large enough to need tokening.public void setMaxResults(Integer maxResults)
Maximum number of results to select.
maxResults
- Maximum number of results to select.public Integer getMaxResults()
Maximum number of results to select.
public ListEdgePackagingJobsRequest withMaxResults(Integer maxResults)
Maximum number of results to select.
maxResults
- Maximum number of results to select.public void setCreationTimeAfter(Date creationTimeAfter)
Select jobs where the job was created after specified time.
creationTimeAfter
- Select jobs where the job was created after specified time.public Date getCreationTimeAfter()
Select jobs where the job was created after specified time.
public ListEdgePackagingJobsRequest withCreationTimeAfter(Date creationTimeAfter)
Select jobs where the job was created after specified time.
creationTimeAfter
- Select jobs where the job was created after specified time.public void setCreationTimeBefore(Date creationTimeBefore)
Select jobs where the job was created before specified time.
creationTimeBefore
- Select jobs where the job was created before specified time.public Date getCreationTimeBefore()
Select jobs where the job was created before specified time.
public ListEdgePackagingJobsRequest withCreationTimeBefore(Date creationTimeBefore)
Select jobs where the job was created before specified time.
creationTimeBefore
- Select jobs where the job was created before specified time.public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select jobs where the job was updated after specified time.
lastModifiedTimeAfter
- Select jobs where the job was updated after specified time.public Date getLastModifiedTimeAfter()
Select jobs where the job was updated after specified time.
public ListEdgePackagingJobsRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select jobs where the job was updated after specified time.
lastModifiedTimeAfter
- Select jobs where the job was updated after specified time.public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select jobs where the job was updated before specified time.
lastModifiedTimeBefore
- Select jobs where the job was updated before specified time.public Date getLastModifiedTimeBefore()
Select jobs where the job was updated before specified time.
public ListEdgePackagingJobsRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select jobs where the job was updated before specified time.
lastModifiedTimeBefore
- Select jobs where the job was updated before specified time.public void setNameContains(String nameContains)
Filter for jobs containing this name in their packaging job name.
nameContains
- Filter for jobs containing this name in their packaging job name.public String getNameContains()
Filter for jobs containing this name in their packaging job name.
public ListEdgePackagingJobsRequest withNameContains(String nameContains)
Filter for jobs containing this name in their packaging job name.
nameContains
- Filter for jobs containing this name in their packaging job name.public void setModelNameContains(String modelNameContains)
Filter for jobs where the model name contains this string.
modelNameContains
- Filter for jobs where the model name contains this string.public String getModelNameContains()
Filter for jobs where the model name contains this string.
public ListEdgePackagingJobsRequest withModelNameContains(String modelNameContains)
Filter for jobs where the model name contains this string.
modelNameContains
- Filter for jobs where the model name contains this string.public void setStatusEquals(String statusEquals)
The job status to filter for.
statusEquals
- The job status to filter for.EdgePackagingJobStatus
public String getStatusEquals()
The job status to filter for.
EdgePackagingJobStatus
public ListEdgePackagingJobsRequest withStatusEquals(String statusEquals)
The job status to filter for.
statusEquals
- The job status to filter for.EdgePackagingJobStatus
public ListEdgePackagingJobsRequest withStatusEquals(EdgePackagingJobStatus statusEquals)
The job status to filter for.
statusEquals
- The job status to filter for.EdgePackagingJobStatus
public void setSortBy(String sortBy)
Use to specify what column to sort by.
sortBy
- Use to specify what column to sort by.ListEdgePackagingJobsSortBy
public String getSortBy()
Use to specify what column to sort by.
ListEdgePackagingJobsSortBy
public ListEdgePackagingJobsRequest withSortBy(String sortBy)
Use to specify what column to sort by.
sortBy
- Use to specify what column to sort by.ListEdgePackagingJobsSortBy
public ListEdgePackagingJobsRequest withSortBy(ListEdgePackagingJobsSortBy sortBy)
Use to specify what column to sort by.
sortBy
- Use to specify what column to sort by.ListEdgePackagingJobsSortBy
public void setSortOrder(String sortOrder)
What direction to sort by.
sortOrder
- What direction to sort by.SortOrder
public String getSortOrder()
What direction to sort by.
SortOrder
public ListEdgePackagingJobsRequest withSortOrder(String sortOrder)
What direction to sort by.
sortOrder
- What direction to sort by.SortOrder
public ListEdgePackagingJobsRequest withSortOrder(SortOrder sortOrder)
What direction to sort by.
sortOrder
- What direction to sort by.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListEdgePackagingJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()