Class ListDatasetContentsRequest

    • Method Detail

      • datasetName

        public final String datasetName()

        The name of the dataset whose contents information you want to list.

        Returns:
        The name of the dataset whose contents information you want to list.
      • nextToken

        public final String nextToken()

        The token for the next set of results.

        Returns:
        The token for the next set of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in this request.

        Returns:
        The maximum number of results to return in this request.
      • scheduledOnOrAfter

        public final Instant scheduledOnOrAfter()

        A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

        Returns:
        A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)
      • scheduledBefore

        public final Instant scheduledBefore()

        A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

        Returns:
        A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)
      • 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