Class CreateMemberRequest

    • Method Detail

      • clientRequestToken

        public final String clientRequestToken()

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.

        Returns:
        A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
      • invitationId

        public final String invitationId()

        The unique identifier of the invitation that is sent to the member to join the network.

        Returns:
        The unique identifier of the invitation that is sent to the member to join the network.
      • networkId

        public final String networkId()

        The unique identifier of the network in which the member is created.

        Returns:
        The unique identifier of the network in which the member is created.
      • memberConfiguration

        public final MemberConfiguration memberConfiguration()

        Member configuration parameters.

        Returns:
        Member configuration parameters.
      • 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