Class DeleteKeyPairRequest

    • Constructor Detail

      • DeleteKeyPairRequest

        public DeleteKeyPairRequest()
        Default constructor for DeleteKeyPairRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
      • DeleteKeyPairRequest

        public DeleteKeyPairRequest​(String keyName)
        Constructs a new DeleteKeyPairRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        keyName - The name of the key pair.
    • Method Detail

      • setKeyName

        public void setKeyName​(String keyName)

        The name of the key pair.

        Parameters:
        keyName - The name of the key pair.
      • getKeyName

        public String getKeyName()

        The name of the key pair.

        Returns:
        The name of the key pair.
      • withKeyName

        public DeleteKeyPairRequest withKeyName​(String keyName)

        The name of the key pair.

        Parameters:
        keyName - The name of the key pair.
        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