@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRestoreJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRestoreJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRestoreJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getByAccountId()
The account ID to list the jobs from.
|
Date |
getByCompleteAfter()
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
Date |
getByCompleteBefore()
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
Date |
getByCreatedAfter()
Returns only restore jobs that were created after the specified date.
|
Date |
getByCreatedBefore()
Returns only restore jobs that were created before the specified date.
|
String |
getByStatus()
Returns only restore jobs associated with the specified job status.
|
Integer |
getMaxResults()
The maximum number of items to be returned.
|
String |
getNextToken()
The next item following a partial list of returned items.
|
int |
hashCode() |
void |
setByAccountId(String byAccountId)
The account ID to list the jobs from.
|
void |
setByCompleteAfter(Date byCompleteAfter)
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
void |
setByCompleteBefore(Date byCompleteBefore)
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
void |
setByCreatedAfter(Date byCreatedAfter)
Returns only restore jobs that were created after the specified date.
|
void |
setByCreatedBefore(Date byCreatedBefore)
Returns only restore jobs that were created before the specified date.
|
void |
setByStatus(String byStatus)
Returns only restore jobs associated with the specified job status.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
void |
setNextToken(String nextToken)
The next item following a partial list of returned items.
|
String |
toString()
Returns a string representation of this object.
|
ListRestoreJobsRequest |
withByAccountId(String byAccountId)
The account ID to list the jobs from.
|
ListRestoreJobsRequest |
withByCompleteAfter(Date byCompleteAfter)
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListRestoreJobsRequest |
withByCompleteBefore(Date byCompleteBefore)
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListRestoreJobsRequest |
withByCreatedAfter(Date byCreatedAfter)
Returns only restore jobs that were created after the specified date.
|
ListRestoreJobsRequest |
withByCreatedBefore(Date byCreatedBefore)
Returns only restore jobs that were created before the specified date.
|
ListRestoreJobsRequest |
withByStatus(RestoreJobStatus byStatus)
Returns only restore jobs associated with the specified job status.
|
ListRestoreJobsRequest |
withByStatus(String byStatus)
Returns only restore jobs associated with the specified job status.
|
ListRestoreJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRestoreJobsRequest |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
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 next item following a partial list of returned items. For example, if a request is made to return
maxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
maxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the next token.public String getNextToken()
The next item following a partial list of returned items. For example, if a request is made to return
maxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
maxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the next token.public ListRestoreJobsRequest withNextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
maxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
maxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the next token.public void setMaxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults
- The maximum number of items to be returned.public Integer getMaxResults()
The maximum number of items to be returned.
public ListRestoreJobsRequest withMaxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults
- The maximum number of items to be returned.public void setByAccountId(String byAccountId)
The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.
byAccountId
- The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.public String getByAccountId()
The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.
public ListRestoreJobsRequest withByAccountId(String byAccountId)
The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.
byAccountId
- The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.public void setByCreatedBefore(Date byCreatedBefore)
Returns only restore jobs that were created before the specified date.
byCreatedBefore
- Returns only restore jobs that were created before the specified date.public Date getByCreatedBefore()
Returns only restore jobs that were created before the specified date.
public ListRestoreJobsRequest withByCreatedBefore(Date byCreatedBefore)
Returns only restore jobs that were created before the specified date.
byCreatedBefore
- Returns only restore jobs that were created before the specified date.public void setByCreatedAfter(Date byCreatedAfter)
Returns only restore jobs that were created after the specified date.
byCreatedAfter
- Returns only restore jobs that were created after the specified date.public Date getByCreatedAfter()
Returns only restore jobs that were created after the specified date.
public ListRestoreJobsRequest withByCreatedAfter(Date byCreatedAfter)
Returns only restore jobs that were created after the specified date.
byCreatedAfter
- Returns only restore jobs that were created after the specified date.public void setByStatus(String byStatus)
Returns only restore jobs associated with the specified job status.
byStatus
- Returns only restore jobs associated with the specified job status.RestoreJobStatus
public String getByStatus()
Returns only restore jobs associated with the specified job status.
RestoreJobStatus
public ListRestoreJobsRequest withByStatus(String byStatus)
Returns only restore jobs associated with the specified job status.
byStatus
- Returns only restore jobs associated with the specified job status.RestoreJobStatus
public ListRestoreJobsRequest withByStatus(RestoreJobStatus byStatus)
Returns only restore jobs associated with the specified job status.
byStatus
- Returns only restore jobs associated with the specified job status.RestoreJobStatus
public void setByCompleteBefore(Date byCompleteBefore)
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
byCompleteBefore
- Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time
(UTC).public Date getByCompleteBefore()
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
public ListRestoreJobsRequest withByCompleteBefore(Date byCompleteBefore)
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
byCompleteBefore
- Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time
(UTC).public void setByCompleteAfter(Date byCompleteAfter)
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
byCompleteAfter
- Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time
(UTC).public Date getByCompleteAfter()
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
public ListRestoreJobsRequest withByCompleteAfter(Date byCompleteAfter)
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
byCompleteAfter
- Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time
(UTC).public String toString()
toString
in class Object
Object.toString()
public ListRestoreJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()