@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJournalS3ExportsForLedgerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListJournalS3ExportsForLedgerRequest() |
Modifier and Type | Method and Description |
---|---|
ListJournalS3ExportsForLedgerRequest |
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
ListJournalS3ExportsForLedger request. |
String |
getName()
The name of the ledger.
|
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
ListJournalS3ExportsForLedger request. |
void |
setName(String name)
The name of the ledger.
|
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.
|
ListJournalS3ExportsForLedgerRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single
ListJournalS3ExportsForLedger request. |
ListJournalS3ExportsForLedgerRequest |
withName(String name)
The name of the ledger.
|
ListJournalS3ExportsForLedgerRequest |
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 ListJournalS3ExportsForLedgerRequest()
public void setName(String name)
The name of the ledger.
name
- The name of the ledger.public String getName()
The name of the ledger.
public ListJournalS3ExportsForLedgerRequest withName(String name)
The name of the ledger.
name
- The name of the ledger.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single ListJournalS3ExportsForLedger
request. (The
actual number of results returned might be fewer.)
maxResults
- The maximum number of results to return in a single ListJournalS3ExportsForLedger
request.
(The actual number of results returned might be fewer.)public Integer getMaxResults()
The maximum number of results to return in a single ListJournalS3ExportsForLedger
request. (The
actual number of results returned might be fewer.)
ListJournalS3ExportsForLedger
request.
(The actual number of results returned might be fewer.)public ListJournalS3ExportsForLedgerRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single ListJournalS3ExportsForLedger
request. (The
actual number of results returned might be fewer.)
maxResults
- The maximum number of results to return in a single ListJournalS3ExportsForLedger
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 ListJournalS3ExportsForLedger
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 ListJournalS3ExportsForLedger
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 ListJournalS3ExportsForLedger
call, then you
should use that value as input here.
NextToken
in the response from a previous
ListJournalS3ExportsForLedger
call, then you should use that value as input here.public ListJournalS3ExportsForLedgerRequest 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 ListJournalS3ExportsForLedger
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 ListJournalS3ExportsForLedger
call, then you should use that value as input here.public String toString()
toString
in class Object
Object.toString()
public ListJournalS3ExportsForLedgerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.