Class ListCertificatesResult

    • Constructor Detail

      • ListCertificatesResult

        public ListCertificatesResult()
    • Method Detail

      • setNextToken

        public void setNextToken​(String nextToken)

        If the list has been truncated, this value is present and should be used for the NextToken input parameter on your next call to ListCertificates.

        Parameters:
        nextToken - If the list has been truncated, this value is present and should be used for the NextToken input parameter on your next call to ListCertificates.
      • getNextToken

        public String getNextToken()

        If the list has been truncated, this value is present and should be used for the NextToken input parameter on your next call to ListCertificates.

        Returns:
        If the list has been truncated, this value is present and should be used for the NextToken input parameter on your next call to ListCertificates.
      • withNextToken

        public ListCertificatesResult withNextToken​(String nextToken)

        If the list has been truncated, this value is present and should be used for the NextToken input parameter on your next call to ListCertificates.

        Parameters:
        nextToken - If the list has been truncated, this value is present and should be used for the NextToken input parameter on your next call to ListCertificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCertificateSummaryList

        public List<CertificateSummary> getCertificateSummaryList()

        A list of the certificate ARNs.

        Returns:
        A list of the certificate ARNs.
      • setCertificateSummaryList

        public void setCertificateSummaryList​(Collection<CertificateSummary> certificateSummaryList)

        A list of the certificate ARNs.

        Parameters:
        certificateSummaryList - A list of the certificate ARNs.
      • withCertificateSummaryList

        public ListCertificatesResult withCertificateSummaryList​(Collection<CertificateSummary> certificateSummaryList)

        A list of the certificate ARNs.

        Parameters:
        certificateSummaryList - A list of the certificate ARNs.
        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