Class ListResourceDelegatesRequest

    • Method Detail

      • organizationId

        public final String organizationId()

        The identifier for the organization that contains the resource for which delegates are listed.

        Returns:
        The identifier for the organization that contains the resource for which delegates are listed.
      • resourceId

        public final String resourceId()

        The identifier for the resource whose delegates are listed.

        The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

        • Resource ID: r-0123456789a0123456789b0123456789

        • Email address: resource@domain.tld

        • Resource name: resource

        Returns:
        The identifier for the resource whose delegates are listed.

        The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

        • Resource ID: r-0123456789a0123456789b0123456789

        • Email address: resource@domain.tld

        • Resource name: resource

      • nextToken

        public final String nextToken()

        The token used to paginate through the delegates associated with a resource.

        Returns:
        The token used to paginate through the delegates associated with a resource.
      • maxResults

        public final Integer maxResults()

        The number of maximum results in a page.

        Returns:
        The number of maximum results in a 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