Class AcceptInvitationRequest

    • Method Detail

      • administratorAccountId

        public final String administratorAccountId()

        The Amazon Web Services account ID for the account that sent the invitation.

        Returns:
        The Amazon Web Services account ID for the account that sent the invitation.
      • invitationId

        public final String invitationId()

        The unique identifier for the invitation to accept.

        Returns:
        The unique identifier for the invitation to accept.
      • masterAccount

        public final String masterAccount()

        (Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.

        Returns:
        (Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
      • 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