Class DeleteIdentityRequest

    • Constructor Detail

      • DeleteIdentityRequest

        public DeleteIdentityRequest()
    • Method Detail

      • setIdentity

        public void setIdentity​(String identity)

        The identity to be removed from the list of identities for the AWS Account.

        Parameters:
        identity - The identity to be removed from the list of identities for the AWS Account.
      • getIdentity

        public String getIdentity()

        The identity to be removed from the list of identities for the AWS Account.

        Returns:
        The identity to be removed from the list of identities for the AWS Account.
      • withIdentity

        public DeleteIdentityRequest withIdentity​(String identity)

        The identity to be removed from the list of identities for the AWS Account.

        Parameters:
        identity - The identity to be removed from the list of identities for the AWS Account.
        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