Class UpdateCACertificateRequest

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

public class UpdateCACertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

The input to the UpdateCACertificate operation.

See Also:
  • Constructor Details

    • UpdateCACertificateRequest

      public UpdateCACertificateRequest()
  • Method Details

    • setCertificateId

      public void setCertificateId(String certificateId)

      The CA certificate identifier.

      Parameters:
      certificateId - The CA certificate identifier.
    • getCertificateId

      public String getCertificateId()

      The CA certificate identifier.

      Returns:
      The CA certificate identifier.
    • withCertificateId

      public UpdateCACertificateRequest withCertificateId(String certificateId)

      The CA certificate identifier.

      Parameters:
      certificateId - The CA certificate identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setNewStatus

      public void setNewStatus(String newStatus)

      The updated status of the CA certificate.

      Parameters:
      newStatus - The updated status of the CA certificate.
      See Also:
    • getNewStatus

      public String getNewStatus()

      The updated status of the CA certificate.

      Returns:
      The updated status of the CA certificate.
      See Also:
    • withNewStatus

      public UpdateCACertificateRequest withNewStatus(String newStatus)

      The updated status of the CA certificate.

      Parameters:
      newStatus - The updated status of the CA certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setNewStatus

      public void setNewStatus(CACertificateStatus newStatus)

      The updated status of the CA certificate.

      Parameters:
      newStatus - The updated status of the CA certificate.
      See Also:
    • withNewStatus

      public UpdateCACertificateRequest withNewStatus(CACertificateStatus newStatus)

      The updated status of the CA certificate.

      Parameters:
      newStatus - The updated status of the CA certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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: