Class DescribeResourceRequest

    • Method Detail

      • organizationId

        public final String organizationId()

        The identifier associated with the organization for which the resource is described.

        Returns:
        The identifier associated with the organization for which the resource is described.
      • resourceId

        public final String resourceId()

        The identifier of the resource to be described.

        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 of the resource to be described.

        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

      • 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