Class ListCACertificatesResult

java.lang.Object
com.amazonaws.services.iot.model.ListCACertificatesResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListCACertificatesResult extends Object implements Serializable, Cloneable

The output from the ListCACertificates operation.

See Also:
  • Constructor Details

    • ListCACertificatesResult

      public ListCACertificatesResult()
  • Method Details

    • 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(CACertificate... certificates)

      The CA certificates registered in your AWS account.

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

      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.
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ListCACertificatesResult clone()
      Overrides:
      clone in class Object