@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJournalS3ExportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListJournalS3ExportsRequest() |
Modifier and Type | Method and Description |
---|---|
ListJournalS3ExportsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in a single
ListJournalS3Exports request. |
String |
getNextToken()
A pagination token, indicating that you want to retrieve the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single
ListJournalS3Exports request. |
void |
setNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListJournalS3ExportsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single
ListJournalS3Exports request. |
ListJournalS3ExportsRequest |
withNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
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 setMaxResults(Integer maxResults)
The maximum number of results to return in a single ListJournalS3Exports
request. (The actual number
of results returned might be fewer.)
maxResults
- The maximum number of results to return in a single ListJournalS3Exports
request. (The actual
number of results returned might be fewer.)public Integer getMaxResults()
The maximum number of results to return in a single ListJournalS3Exports
request. (The actual number
of results returned might be fewer.)
ListJournalS3Exports
request. (The
actual number of results returned might be fewer.)public ListJournalS3ExportsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single ListJournalS3Exports
request. (The actual number
of results returned might be fewer.)
maxResults
- The maximum number of results to return in a single ListJournalS3Exports
request. (The actual
number of results returned might be fewer.)public void setNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results. If you received a value for
NextToken
in the response from a previous ListJournalS3Exports
call, then you should
use that value as input here.
nextToken
- A pagination token, indicating that you want to retrieve the next page of results. If you received a value
for NextToken
in the response from a previous ListJournalS3Exports
call, then
you should use that value as input here.public String getNextToken()
A pagination token, indicating that you want to retrieve the next page of results. If you received a value for
NextToken
in the response from a previous ListJournalS3Exports
call, then you should
use that value as input here.
NextToken
in the response from a previous ListJournalS3Exports
call,
then you should use that value as input here.public ListJournalS3ExportsRequest withNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results. If you received a value for
NextToken
in the response from a previous ListJournalS3Exports
call, then you should
use that value as input here.
nextToken
- A pagination token, indicating that you want to retrieve the next page of results. If you received a value
for NextToken
in the response from a previous ListJournalS3Exports
call, then
you should use that value as input here.public String toString()
toString
in class Object
Object.toString()
public ListJournalS3ExportsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()