@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJournalS3ExportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListJournalS3ExportsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListJournalS3ExportsResult |
clone() |
boolean |
equals(Object obj) |
List<JournalS3ExportDescription> |
getJournalS3Exports()
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and
Region.
|
String |
getNextToken()
|
int |
hashCode() |
void |
setJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and
Region.
|
void |
setNextToken(String nextToken)
|
String |
toString()
Returns a string representation of this object.
|
ListJournalS3ExportsResult |
withJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and
Region.
|
ListJournalS3ExportsResult |
withJournalS3Exports(JournalS3ExportDescription... journalS3Exports)
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and
Region.
|
ListJournalS3ExportsResult |
withNextToken(String nextToken)
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<JournalS3ExportDescription> getJournalS3Exports()
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.
public void setJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.
journalS3Exports - The journal export jobs for all ledgers that are associated with the current Amazon Web Services account
and Region.public ListJournalS3ExportsResult withJournalS3Exports(JournalS3ExportDescription... journalS3Exports)
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.
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 for all ledgers that are associated with the current Amazon Web Services account
and Region.public ListJournalS3ExportsResult withJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.
journalS3Exports - The journal export jobs for all ledgers that are associated with the current Amazon Web Services account
and Region.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 ListJournalS3Exports 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 ListJournalS3Exports
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 ListJournalS3Exports 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
ListJournalS3Exports call.
public ListJournalS3ExportsResult 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 ListJournalS3Exports 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 ListJournalS3Exports
call.
public String toString()
toString in class ObjectObject.toString()public ListJournalS3ExportsResult clone()