Class UpdateClientCertificateResult

java.lang.Object
com.amazonaws.services.apigateway.model.UpdateClientCertificateResult
All Implemented Interfaces:
Serializable, Cloneable

public class UpdateClientCertificateResult extends Object implements Serializable, Cloneable

Represents a Client Certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.

See Also:
  • Constructor Details

    • UpdateClientCertificateResult

      public UpdateClientCertificateResult()
  • Method Details

    • setClientCertificateId

      public void setClientCertificateId(String clientCertificateId)

      The identifier of the Client Certificate.

      Parameters:
      clientCertificateId - The identifier of the Client Certificate.
    • getClientCertificateId

      public String getClientCertificateId()

      The identifier of the Client Certificate.

      Returns:
      The identifier of the Client Certificate.
    • withClientCertificateId

      public UpdateClientCertificateResult withClientCertificateId(String clientCertificateId)

      The identifier of the Client Certificate.

      Parameters:
      clientCertificateId - The identifier of the Client Certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setDescription

      public void setDescription(String description)

      The description of the Client Certificate.

      Parameters:
      description - The description of the Client Certificate.
    • getDescription

      public String getDescription()

      The description of the Client Certificate.

      Returns:
      The description of the Client Certificate.
    • withDescription

      public UpdateClientCertificateResult withDescription(String description)

      The description of the Client Certificate.

      Parameters:
      description - The description of the Client Certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setPemEncodedCertificate

      public void setPemEncodedCertificate(String pemEncodedCertificate)

      The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

      Parameters:
      pemEncodedCertificate - The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .
    • getPemEncodedCertificate

      public String getPemEncodedCertificate()

      The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

      Returns:
      The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .
    • withPemEncodedCertificate

      public UpdateClientCertificateResult withPemEncodedCertificate(String pemEncodedCertificate)

      The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

      Parameters:
      pemEncodedCertificate - The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setCreatedDate

      public void setCreatedDate(Date createdDate)

      The date when the Client Certificate was created, in ISO 8601 format.

      Parameters:
      createdDate - The date when the Client Certificate was created, in ISO 8601 format.
    • getCreatedDate

      public Date getCreatedDate()

      The date when the Client Certificate was created, in ISO 8601 format.

      Returns:
      The date when the Client Certificate was created, in ISO 8601 format.
    • withCreatedDate

      public UpdateClientCertificateResult withCreatedDate(Date createdDate)

      The date when the Client Certificate was created, in ISO 8601 format.

      Parameters:
      createdDate - The date when the Client Certificate was created, in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setExpirationDate

      public void setExpirationDate(Date expirationDate)

      The date when the Client Certificate will expire, in ISO 8601 format.

      Parameters:
      expirationDate - The date when the Client Certificate will expire, in ISO 8601 format.
    • getExpirationDate

      public Date getExpirationDate()

      The date when the Client Certificate will expire, in ISO 8601 format.

      Returns:
      The date when the Client Certificate will expire, in ISO 8601 format.
    • withExpirationDate

      public UpdateClientCertificateResult withExpirationDate(Date expirationDate)

      The date when the Client Certificate will expire, in ISO 8601 format.

      Parameters:
      expirationDate - The date when the Client Certificate will expire, in ISO 8601 format.
      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

      Overrides:
      clone in class Object