Class UpdateUserAttributesResult

    • Constructor Detail

      • UpdateUserAttributesResult

        public UpdateUserAttributesResult()
    • Method Detail

      • getCodeDeliveryDetailsList

        public List<CodeDeliveryDetailsType> getCodeDeliveryDetailsList()

        The code delivery details list from the server for the request to update user attributes.

        Returns:
        The code delivery details list from the server for the request to update user attributes.
      • setCodeDeliveryDetailsList

        public void setCodeDeliveryDetailsList​(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)

        The code delivery details list from the server for the request to update user attributes.

        Parameters:
        codeDeliveryDetailsList - The code delivery details list from the server for the request to update user attributes.
      • withCodeDeliveryDetailsList

        public UpdateUserAttributesResult withCodeDeliveryDetailsList​(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)

        The code delivery details list from the server for the request to update user attributes.

        Parameters:
        codeDeliveryDetailsList - The code delivery details list from the server for the request to update user attributes.
        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