@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJournalS3ExportsForLedgerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListJournalS3ExportsForLedgerResult() |
| Modifier and Type | Method and Description |
|---|---|
ListJournalS3ExportsForLedgerResult |
clone() |
boolean |
equals(Object obj) |
List<JournalS3ExportDescription> |
getJournalS3Exports()
The journal export jobs that are currently associated with the specified ledger.
|
String |
getNextToken()
|
int |
hashCode() |
void |
setJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs that are currently associated with the specified ledger.
|
void |
setNextToken(String nextToken)
|
String |
toString()
Returns a string representation of this object.
|
ListJournalS3ExportsForLedgerResult |
withJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs that are currently associated with the specified ledger.
|
ListJournalS3ExportsForLedgerResult |
withJournalS3Exports(JournalS3ExportDescription... journalS3Exports)
The journal export jobs that are currently associated with the specified ledger.
|
ListJournalS3ExportsForLedgerResult |
withNextToken(String nextToken)
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<JournalS3ExportDescription> getJournalS3Exports()
The journal export jobs that are currently associated with the specified ledger.
public void setJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs that are currently associated with the specified ledger.
journalS3Exports - The journal export jobs that are currently associated with the specified ledger.public ListJournalS3ExportsForLedgerResult withJournalS3Exports(JournalS3ExportDescription... journalS3Exports)
The journal export jobs that are currently associated with the specified ledger.
NOTE: This method appends the values to the existing list (if any). Use
setJournalS3Exports(java.util.Collection) or withJournalS3Exports(java.util.Collection) if you
want to override the existing values.
journalS3Exports - The journal export jobs that are currently associated with the specified ledger.public ListJournalS3ExportsForLedgerResult withJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs that are currently associated with the specified ledger.
journalS3Exports - The journal export jobs that are currently associated with the specified ledger.public void setNextToken(String nextToken)
If NextToken is empty, then the last page of results has been processed and there are no more
results to be retrieved.
If NextToken is not empty, then there are more results available. To retrieve the next page
of results, use the value of NextToken in a subsequent ListJournalS3ExportsForLedger
call.
nextToken -
If NextToken is empty, then the last page of results has been processed and there are no more
results to be retrieved.
If NextToken is not empty, then there are more results available. To retrieve the next
page of results, use the value of NextToken in a subsequent
ListJournalS3ExportsForLedger call.
public String getNextToken()
If NextToken is empty, then the last page of results has been processed and there are no more
results to be retrieved.
If NextToken is not empty, then there are more results available. To retrieve the next page
of results, use the value of NextToken in a subsequent ListJournalS3ExportsForLedger
call.
If NextToken is empty, then the last page of results has been processed and there are no
more results to be retrieved.
If NextToken is not empty, then there are more results available. To retrieve the
next page of results, use the value of NextToken in a subsequent
ListJournalS3ExportsForLedger call.
public ListJournalS3ExportsForLedgerResult withNextToken(String nextToken)
If NextToken is empty, then the last page of results has been processed and there are no more
results to be retrieved.
If NextToken is not empty, then there are more results available. To retrieve the next page
of results, use the value of NextToken in a subsequent ListJournalS3ExportsForLedger
call.
nextToken -
If NextToken is empty, then the last page of results has been processed and there are no more
results to be retrieved.
If NextToken is not empty, then there are more results available. To retrieve the next
page of results, use the value of NextToken in a subsequent
ListJournalS3ExportsForLedger call.
public String toString()
toString in class ObjectObject.toString()public ListJournalS3ExportsForLedgerResult clone()