Class AddCustomAttributesRequest

    • Constructor Detail

      • AddCustomAttributesRequest

        public AddCustomAttributesRequest()
    • Method Detail

      • setUserPoolId

        public void setUserPoolId​(String userPoolId)

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

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

        public String getUserPoolId()

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

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

        public AddCustomAttributesRequest withUserPoolId​(String userPoolId)

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

        Parameters:
        userPoolId - The user pool ID for the user pool where you want to add custom attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCustomAttributes

        public List<SchemaAttributeType> getCustomAttributes()

        An array of custom attributes, such as Mutable and Name.

        Returns:
        An array of custom attributes, such as Mutable and Name.
      • setCustomAttributes

        public void setCustomAttributes​(Collection<SchemaAttributeType> customAttributes)

        An array of custom attributes, such as Mutable and Name.

        Parameters:
        customAttributes - An array of custom attributes, such as Mutable and Name.
      • withCustomAttributes

        public AddCustomAttributesRequest withCustomAttributes​(Collection<SchemaAttributeType> customAttributes)

        An array of custom attributes, such as Mutable and Name.

        Parameters:
        customAttributes - An array of custom attributes, such as Mutable and Name.
        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