Class ListDataSetsRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The unique identifier of the application for which you want to list the associated data sets.

        Returns:
        The unique identifier of the application for which you want to list the associated data sets.
      • maxResults

        public final Integer maxResults()

        The maximum number of objects to return.

        Returns:
        The maximum number of objects to return.
      • nameFilter

        public final String nameFilter()

        Filter dataset name matching the specified pattern. Can use * and % as wild cards.

        Returns:
        Filter dataset name matching the specified pattern. Can use * and % as wild cards.
      • nextToken

        public final String nextToken()

        A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

        Returns:
        A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
      • prefix

        public final String prefix()

        The prefix of the data set name, which you can use to filter the list of data sets.

        Returns:
        The prefix of the data set name, which you can use to filter the list of data sets.
      • 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