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