Class ListScheduledActionsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        An optional parameter that specifies the maximum number of results to return. Use nextToken to display the next page of results.

        Returns:
        An optional parameter that specifies the maximum number of results to return. Use nextToken to display the next page of results.
      • namespaceName

        public final String namespaceName()

        The name of namespace associated with the scheduled action to retrieve.

        Returns:
        The name of namespace associated with the scheduled action to retrieve.
      • nextToken

        public final String nextToken()

        If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

        Returns:
        If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
      • 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