Class ListCACertificatesResult

    • Constructor Detail

      • ListCACertificatesResult

        public ListCACertificatesResult()
    • Method Detail

      • getCertificates

        public List<CACertificate> getCertificates()

        The CA certificates registered in your AWS account.

        Returns:
        The CA certificates registered in your AWS account.
      • setCertificates

        public void setCertificates​(Collection<CACertificate> certificates)

        The CA certificates registered in your AWS account.

        Parameters:
        certificates - The CA certificates registered in your AWS account.
      • withCertificates

        public ListCACertificatesResult withCertificates​(Collection<CACertificate> certificates)

        The CA certificates registered in your AWS account.

        Parameters:
        certificates - The CA certificates registered in your AWS account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextMarker

        public void setNextMarker​(String nextMarker)

        The current position within the list of CA certificates.

        Parameters:
        nextMarker - The current position within the list of CA certificates.
      • getNextMarker

        public String getNextMarker()

        The current position within the list of CA certificates.

        Returns:
        The current position within the list of CA certificates.
      • withNextMarker

        public ListCACertificatesResult withNextMarker​(String nextMarker)

        The current position within the list of CA certificates.

        Parameters:
        nextMarker - The current position within the list of CA certificates.
        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