Class ListJournalS3ExportsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single ListJournalS3Exports request. (The actual number of results returned might be fewer.)

        Returns:
        The maximum number of results to return in a single ListJournalS3Exports request. (The actual number of results returned might be fewer.)
      • nextToken

        public final 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object