Class DescribeGroupsRequest

    • Method Detail

      • authenticationToken

        public final String authenticationToken()

        Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

        Returns:
        Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
      • searchQuery

        public final String searchQuery()

        A query to describe groups by group name.

        Returns:
        A query to describe groups by group name.
      • organizationId

        public final String organizationId()

        The ID of the organization.

        Returns:
        The ID of the organization.
      • marker

        public final String marker()

        The marker for the next set of results. (You received this marker from a previous call.)

        Returns:
        The marker for the next set of results. (You received this marker from a previous call.)
      • limit

        public final Integer limit()

        The maximum number of items to return with this call.

        Returns:
        The maximum number of items to return with this call.
      • 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