Class ListPublicKeysResult

    • Constructor Detail

      • ListPublicKeysResult

        public ListPublicKeysResult()
    • Method Detail

      • getPublicKeyList

        public List<PublicKey> getPublicKeyList()

        Contains an array of PublicKey objects.

        The returned public keys may have validity time ranges that overlap.

        Returns:
        Contains an array of PublicKey objects.

        The returned public keys may have validity time ranges that overlap.

      • setPublicKeyList

        public void setPublicKeyList​(Collection<PublicKey> publicKeyList)

        Contains an array of PublicKey objects.

        The returned public keys may have validity time ranges that overlap.

        Parameters:
        publicKeyList - Contains an array of PublicKey objects.

        The returned public keys may have validity time ranges that overlap.

      • withPublicKeyList

        public ListPublicKeysResult withPublicKeyList​(PublicKey... publicKeyList)

        Contains an array of PublicKey objects.

        The returned public keys may have validity time ranges that overlap.

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

        Parameters:
        publicKeyList - Contains an array of PublicKey objects.

        The returned public keys may have validity time ranges that overlap.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withPublicKeyList

        public ListPublicKeysResult withPublicKeyList​(Collection<PublicKey> publicKeyList)

        Contains an array of PublicKey objects.

        The returned public keys may have validity time ranges that overlap.

        Parameters:
        publicKeyList - Contains an array of PublicKey objects.

        The returned public keys may have validity time ranges that overlap.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        Reserved for future use.

        Parameters:
        nextToken - Reserved for future use.
      • getNextToken

        public String getNextToken()

        Reserved for future use.

        Returns:
        Reserved for future use.
      • withNextToken

        public ListPublicKeysResult withNextToken​(String nextToken)

        Reserved for future use.

        Parameters:
        nextToken - Reserved for future use.
        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