public class GetClientCertificateResult 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 |
---|
GetClientCertificateResult() |
Modifier and Type | Method and Description |
---|---|
GetClientCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientCertificateId()
The identifier of the client certificate.
|
Date |
getCreatedDate()
The date when the client certificate was created, in ISO 8601 format.
|
String |
getDescription()
The description of the client certificate.
|
Date |
getExpirationDate()
The date when the client certificate will expire, in ISO 8601 format.
|
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 date when the client certificate was created, in ISO 8601 format.
|
void |
setDescription(String description)
The description of the client certificate.
|
void |
setExpirationDate(Date expirationDate)
The date when the client certificate will expire, in ISO 8601 format.
|
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.
|
GetClientCertificateResult |
withClientCertificateId(String clientCertificateId)
The identifier of the client certificate.
|
GetClientCertificateResult |
withCreatedDate(Date createdDate)
The date when the client certificate was created, in ISO 8601 format.
|
GetClientCertificateResult |
withDescription(String description)
The description of the client certificate.
|
GetClientCertificateResult |
withExpirationDate(Date expirationDate)
The date when the client certificate will expire, in ISO 8601 format.
|
GetClientCertificateResult |
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 GetClientCertificateResult 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 GetClientCertificateResult 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 GetClientCertificateResult 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 date when the client certificate was created, in ISO 8601 format.
createdDate
- The date when the client certificate was created, in ISO 8601 format.public Date getCreatedDate()
The date when the client certificate was created, in ISO 8601 format.
public GetClientCertificateResult withCreatedDate(Date createdDate)
The date when the client certificate was created, in ISO 8601 format.
createdDate
- The date when the client certificate was created, in ISO 8601 format.public void setExpirationDate(Date expirationDate)
The date when the client certificate will expire, in ISO 8601 format.
expirationDate
- The date when the client certificate will expire, in ISO 8601 format.public Date getExpirationDate()
The date when the client certificate will expire, in ISO 8601 format.
public GetClientCertificateResult withExpirationDate(Date expirationDate)
The date when the client certificate will expire, in ISO 8601 format.
expirationDate
- The date when the client certificate will expire, in ISO 8601 format.public String toString()
toString
in class Object
Object.toString()
public GetClientCertificateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.