Class GetIdentityDkimAttributesRequest

    • Constructor Detail

      • GetIdentityDkimAttributesRequest

        public GetIdentityDkimAttributesRequest()
    • Method Detail

      • getIdentities

        public List<String> getIdentities()

        A list of one or more verified identities - email addresses, domains, or both.

        Returns:
        A list of one or more verified identities - email addresses, domains, or both.
      • setIdentities

        public void setIdentities​(Collection<String> identities)

        A list of one or more verified identities - email addresses, domains, or both.

        Parameters:
        identities - A list of one or more verified identities - email addresses, domains, or both.
      • withIdentities

        public GetIdentityDkimAttributesRequest withIdentities​(String... identities)

        A list of one or more verified identities - email addresses, domains, or both.

        NOTE: This method appends the values to the existing list (if any). Use setIdentities(java.util.Collection) or withIdentities(java.util.Collection) if you want to override the existing values.

        Parameters:
        identities - A list of one or more verified identities - email addresses, domains, or both.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withIdentities

        public GetIdentityDkimAttributesRequest withIdentities​(Collection<String> identities)

        A list of one or more verified identities - email addresses, domains, or both.

        Parameters:
        identities - A list of one or more verified identities - email addresses, domains, or both.
        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