Class KeyListEntry

    • Constructor Detail

      • KeyListEntry

        public KeyListEntry()
    • Method Detail

      • setKeyId

        public void setKeyId​(String keyId)

        Unique identifier of the key.

        Parameters:
        keyId - Unique identifier of the key.
      • getKeyId

        public String getKeyId()

        Unique identifier of the key.

        Returns:
        Unique identifier of the key.
      • withKeyId

        public KeyListEntry withKeyId​(String keyId)

        Unique identifier of the key.

        Parameters:
        keyId - Unique identifier of the key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKeyArn

        public void setKeyArn​(String keyArn)

        ARN of the key.

        Parameters:
        keyArn - ARN of the key.
      • getKeyArn

        public String getKeyArn()

        ARN of the key.

        Returns:
        ARN of the key.
      • withKeyArn

        public KeyListEntry withKeyArn​(String keyArn)

        ARN of the key.

        Parameters:
        keyArn - ARN of the key.
        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