Class ResendConfirmationCodeRequest

    • Constructor Detail

      • ResendConfirmationCodeRequest

        public ResendConfirmationCodeRequest()
    • Method Detail

      • setClientId

        public void setClientId​(String clientId)

        The ID of the client associated with the user pool.

        Parameters:
        clientId - The ID of the client associated with the user pool.
      • getClientId

        public String getClientId()

        The ID of the client associated with the user pool.

        Returns:
        The ID of the client associated with the user pool.
      • withClientId

        public ResendConfirmationCodeRequest withClientId​(String clientId)

        The ID of the client associated with the user pool.

        Parameters:
        clientId - The ID of the client associated with the user pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSecretHash

        public void setSecretHash​(String secretHash)

        A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.

        Parameters:
        secretHash - A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.
      • getSecretHash

        public String getSecretHash()

        A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.

        Returns:
        A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.
      • withSecretHash

        public ResendConfirmationCodeRequest withSecretHash​(String secretHash)

        A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.

        Parameters:
        secretHash - A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUsername

        public void setUsername​(String username)

        The user name of the user to whom you wish to resend a confirmation code.

        Parameters:
        username - The user name of the user to whom you wish to resend a confirmation code.
      • getUsername

        public String getUsername()

        The user name of the user to whom you wish to resend a confirmation code.

        Returns:
        The user name of the user to whom you wish to resend a confirmation code.
      • withUsername

        public ResendConfirmationCodeRequest withUsername​(String username)

        The user name of the user to whom you wish to resend a confirmation code.

        Parameters:
        username - The user name of the user to whom you wish to resend a confirmation code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object