Class DeleteStudioMemberRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
      • principalId

        public final String principalId()

        The principal ID. This currently supports a IAM Identity Center UserId.

        Returns:
        The principal ID. This currently supports a IAM Identity Center UserId.
      • studioId

        public final String studioId()

        The studio ID.

        Returns:
        The studio ID.
      • 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