Class AdminDeleteUserAttributesRequest

    • Constructor Detail

      • AdminDeleteUserAttributesRequest

        public AdminDeleteUserAttributesRequest()
    • Method Detail

      • setUserPoolId

        public void setUserPoolId​(String userPoolId)

        The user pool ID for the user pool where you want to delete user attributes.

        Parameters:
        userPoolId - The user pool ID for the user pool where you want to delete user attributes.
      • getUserPoolId

        public String getUserPoolId()

        The user pool ID for the user pool where you want to delete user attributes.

        Returns:
        The user pool ID for the user pool where you want to delete user attributes.
      • withUserPoolId

        public AdminDeleteUserAttributesRequest withUserPoolId​(String userPoolId)

        The user pool ID for the user pool where you want to delete user attributes.

        Parameters:
        userPoolId - The user pool ID for the user pool where you want to delete user attributes.
        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 from which you would like to delete attributes.

        Parameters:
        username - The user name of the user from which you would like to delete attributes.
      • getUsername

        public String getUsername()

        The user name of the user from which you would like to delete attributes.

        Returns:
        The user name of the user from which you would like to delete attributes.
      • withUsername

        public AdminDeleteUserAttributesRequest withUsername​(String username)

        The user name of the user from which you would like to delete attributes.

        Parameters:
        username - The user name of the user from which you would like to delete attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getUserAttributeNames

        public List<String> getUserAttributeNames()

        An array of strings representing the user attribute names you wish to delete.

        Returns:
        An array of strings representing the user attribute names you wish to delete.
      • setUserAttributeNames

        public void setUserAttributeNames​(Collection<String> userAttributeNames)

        An array of strings representing the user attribute names you wish to delete.

        Parameters:
        userAttributeNames - An array of strings representing the user attribute names you wish to delete.
      • withUserAttributeNames

        public AdminDeleteUserAttributesRequest withUserAttributeNames​(Collection<String> userAttributeNames)

        An array of strings representing the user attribute names you wish to delete.

        Parameters:
        userAttributeNames - An array of strings representing the user attribute names you wish to delete.
        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