Class ListGroupsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.

        Returns:
        A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
      • maxResults

        public final Integer maxResults()

        Specify this parameter to limit how many groups are returned each time you use the ListGroups operation. If you omit this parameter, the default of 20 is used.

        Returns:
        Specify this parameter to limit how many groups are returned each time you use the ListGroups operation. If you omit this parameter, the default of 20 is used.
      • 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