Class ListCertificatesResult

    • Constructor Detail

      • ListCertificatesResult

        public ListCertificatesResult()
    • Method Detail

      • getCertificates

        public List<Certificate> getCertificates()

        The descriptions of the certificates.

        Returns:
        The descriptions of the certificates.
      • setCertificates

        public void setCertificates​(Collection<Certificate> certificates)

        The descriptions of the certificates.

        Parameters:
        certificates - The descriptions of the certificates.
      • withCertificates

        public ListCertificatesResult withCertificates​(Collection<Certificate> certificates)

        The descriptions of the certificates.

        Parameters:
        certificates - The descriptions of the certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextMarker

        public void setNextMarker​(String nextMarker)

        The marker for the next set of results, or null if there are no additional results.

        Parameters:
        nextMarker - The marker for the next set of results, or null if there are no additional results.
      • getNextMarker

        public String getNextMarker()

        The marker for the next set of results, or null if there are no additional results.

        Returns:
        The marker for the next set of results, or null if there are no additional results.
      • withNextMarker

        public ListCertificatesResult withNextMarker​(String nextMarker)

        The marker for the next set of results, or null if there are no additional results.

        Parameters:
        nextMarker - The marker for the next set of results, or null if there are no additional results.
        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