@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientCertificate extends Object implements Serializable, Cloneable, StructuredPojo
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
Constructor and Description |
---|
ClientCertificate() |
Modifier and Type | Method and Description |
---|---|
ClientCertificate |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
ClientCertificate |
withClientCertificateId(String clientCertificateId)
The identifier of the client certificate.
|
ClientCertificate |
withCreatedDate(Date createdDate)
The timestamp when the client certificate was created.
|
ClientCertificate |
withDescription(String description)
The description of the client certificate.
|
ClientCertificate |
withExpirationDate(Date expirationDate)
The timestamp when the client certificate will expire.
|
ClientCertificate |
withPemEncodedCertificate(String pemEncodedCertificate)
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication
in the integration endpoint .
|
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 ClientCertificate 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 ClientCertificate 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 ClientCertificate 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 ClientCertificate 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 ClientCertificate 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 ClientCertificate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.