@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListArchiveExportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to list archive export jobs in your account.
NOOP| Constructor and Description |
|---|
ListArchiveExportsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListArchiveExportsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArchiveId()
The identifier of the archive.
|
String |
getNextToken()
If NextToken is returned, there are more results available.
|
Integer |
getPageSize()
The maximum number of archive export jobs that are returned per call.
|
int |
hashCode() |
void |
setArchiveId(String archiveId)
The identifier of the archive.
|
void |
setNextToken(String nextToken)
If NextToken is returned, there are more results available.
|
void |
setPageSize(Integer pageSize)
The maximum number of archive export jobs that are returned per call.
|
String |
toString()
Returns a string representation of this object.
|
ListArchiveExportsRequest |
withArchiveId(String archiveId)
The identifier of the archive.
|
ListArchiveExportsRequest |
withNextToken(String nextToken)
If NextToken is returned, there are more results available.
|
ListArchiveExportsRequest |
withPageSize(Integer pageSize)
The maximum number of archive export jobs that are returned per call.
|
addHandlerContext, copyBaseTo, 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 setArchiveId(String archiveId)
The identifier of the archive.
archiveId - The identifier of the archive.public String getArchiveId()
The identifier of the archive.
public ListArchiveExportsRequest withArchiveId(String archiveId)
The identifier of the archive.
archiveId - The identifier of the archive.public void setNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page.public String getNextToken()
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
public ListArchiveExportsRequest withNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page.public void setPageSize(Integer pageSize)
The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain further pages of archives.
pageSize - The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain
further pages of archives.public Integer getPageSize()
The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain further pages of archives.
public ListArchiveExportsRequest withPageSize(Integer pageSize)
The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain further pages of archives.
pageSize - The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain
further pages of archives.public String toString()
toString in class ObjectObject.toString()public ListArchiveExportsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.