@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListArchiveSearchesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to list archive search jobs in your account.
NOOP
Constructor and Description |
---|
ListArchiveSearchesRequest() |
Modifier and Type | Method and Description |
---|---|
ListArchiveSearchesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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 search 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 search jobs that are returned per call.
|
String |
toString()
Returns a string representation of this object.
|
ListArchiveSearchesRequest |
withArchiveId(String archiveId)
The identifier of the archive.
|
ListArchiveSearchesRequest |
withNextToken(String nextToken)
If NextToken is returned, there are more results available.
|
ListArchiveSearchesRequest |
withPageSize(Integer pageSize)
The maximum number of archive search jobs that are returned per call.
|
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 setArchiveId(String archiveId)
The identifier of the archive.
archiveId
- The identifier of the archive.public String getArchiveId()
The identifier of the archive.
public ListArchiveSearchesRequest 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 ListArchiveSearchesRequest 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 search jobs that are returned per call. You can use NextToken to obtain further pages of archives.
pageSize
- The maximum number of archive search jobs that are returned per call. You can use NextToken to obtain
further pages of archives.public Integer getPageSize()
The maximum number of archive search jobs that are returned per call. You can use NextToken to obtain further pages of archives.
public ListArchiveSearchesRequest withPageSize(Integer pageSize)
The maximum number of archive search jobs that are returned per call. You can use NextToken to obtain further pages of archives.
pageSize
- The maximum number of archive search jobs that are returned per call. You can use NextToken to obtain
further pages of archives.public String toString()
toString
in class Object
Object.toString()
public ListArchiveSearchesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()