Class ListCertificatesByCARequest

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

public class ListCertificatesByCARequest extends AmazonWebServiceRequest implements Serializable, Cloneable

The input to the ListCertificatesByCA operation.

See Also:
  • Constructor Details

    • ListCertificatesByCARequest

      public ListCertificatesByCARequest()
  • Method Details

    • setCaCertificateId

      public void setCaCertificateId(String caCertificateId)

      The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

      Parameters:
      caCertificateId - The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
    • getCaCertificateId

      public String getCaCertificateId()

      The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

      Returns:
      The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
    • withCaCertificateId

      public ListCertificatesByCARequest withCaCertificateId(String caCertificateId)

      The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

      Parameters:
      caCertificateId - The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setPageSize

      public void setPageSize(Integer pageSize)

      The result page size.

      Parameters:
      pageSize - The result page size.
    • getPageSize

      public Integer getPageSize()

      The result page size.

      Returns:
      The result page size.
    • withPageSize

      public ListCertificatesByCARequest withPageSize(Integer pageSize)

      The result page size.

      Parameters:
      pageSize - The result page size.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setMarker

      public void setMarker(String marker)

      The marker for the next set of results.

      Parameters:
      marker - The marker for the next set of results.
    • getMarker

      public String getMarker()

      The marker for the next set of results.

      Returns:
      The marker for the next set of results.
    • withMarker

      public ListCertificatesByCARequest withMarker(String marker)

      The marker for the next set of results.

      Parameters:
      marker - The marker for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setAscendingOrder

      public void setAscendingOrder(Boolean ascendingOrder)

      Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

      Parameters:
      ascendingOrder - Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
    • getAscendingOrder

      public Boolean getAscendingOrder()

      Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

      Returns:
      Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
    • withAscendingOrder

      public ListCertificatesByCARequest withAscendingOrder(Boolean ascendingOrder)

      Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

      Parameters:
      ascendingOrder - Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isAscendingOrder

      public Boolean isAscendingOrder()

      Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

      Returns:
      Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
    • 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

      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: