@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateClientCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
Constructor and Description |
---|
UpdateClientCertificateResult() |
Modifier and Type | Method and Description |
---|---|
UpdateClientCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientCertificateId()
The identifier of the client certificate.
|
Date |
getCreatedDate()
The timestamp when the client certificate was created.
|
String |
getDescription()
The description of the client certificate.
|
Date |
getExpirationDate()
The timestamp when the client certificate will expire.
|
String |
getPemEncodedCertificate()
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication
in the integration endpoint .
|
int |
hashCode() |
void |
setClientCertificateId(String clientCertificateId)
The identifier of the client certificate.
|
void |
setCreatedDate(Date createdDate)
The timestamp when the client certificate was created.
|
void |
setDescription(String description)
The description of the client certificate.
|
void |
setExpirationDate(Date expirationDate)
The timestamp when the client certificate will expire.
|
void |
setPemEncodedCertificate(String pemEncodedCertificate)
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication
in the integration endpoint .
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateClientCertificateResult |
withClientCertificateId(String clientCertificateId)
The identifier of the client certificate.
|
UpdateClientCertificateResult |
withCreatedDate(Date createdDate)
The timestamp when the client certificate was created.
|
UpdateClientCertificateResult |
withDescription(String description)
The description of the client certificate.
|
UpdateClientCertificateResult |
withExpirationDate(Date expirationDate)
The timestamp when the client certificate will expire.
|
UpdateClientCertificateResult |
withPemEncodedCertificate(String pemEncodedCertificate)
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication
in the integration endpoint .
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setClientCertificateId(String clientCertificateId)
The identifier of the client certificate.
clientCertificateId
- The identifier of the client certificate.public String getClientCertificateId()
The identifier of the client certificate.
public UpdateClientCertificateResult withClientCertificateId(String clientCertificateId)
The identifier of the client certificate.
clientCertificateId
- The identifier of the client certificate.public void setDescription(String description)
The description of the client certificate.
description
- The description of the client certificate.public String getDescription()
The description of the client certificate.
public UpdateClientCertificateResult withDescription(String description)
The description of the client certificate.
description
- The description of the client certificate.public void setPemEncodedCertificate(String pemEncodedCertificate)
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate
- The PEM-encoded public key of the client certificate, which can be used to configure certificate
authentication in the integration endpoint .public String getPemEncodedCertificate()
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
public UpdateClientCertificateResult withPemEncodedCertificate(String pemEncodedCertificate)
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate
- The PEM-encoded public key of the client certificate, which can be used to configure certificate
authentication in the integration endpoint .public void setCreatedDate(Date createdDate)
The timestamp when the client certificate was created.
createdDate
- The timestamp when the client certificate was created.public Date getCreatedDate()
The timestamp when the client certificate was created.
public UpdateClientCertificateResult withCreatedDate(Date createdDate)
The timestamp when the client certificate was created.
createdDate
- The timestamp when the client certificate was created.public void setExpirationDate(Date expirationDate)
The timestamp when the client certificate will expire.
expirationDate
- The timestamp when the client certificate will expire.public Date getExpirationDate()
The timestamp when the client certificate will expire.
public UpdateClientCertificateResult withExpirationDate(Date expirationDate)
The timestamp when the client certificate will expire.
expirationDate
- The timestamp when the client certificate will expire.public String toString()
toString
in class Object
Object.toString()
public UpdateClientCertificateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.