Class ListObjectivesRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results on a page or for an API request call.

        Returns:
        The maximum number of results on a page or for an API request call.
      • nextToken

        public final String nextToken()

        The pagination token that's used to fetch the next set of results.

        Returns:
        The pagination token that's used to fetch the next set of results.
      • objectiveFilter

        public final ObjectiveFilter objectiveFilter()

        An optional filter that narrows the results to a specific domain.

        This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported.

        Returns:
        An optional filter that narrows the results to a specific domain.

        This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported.

      • 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