ToCopyableBuilder<GenerateClientCertificateResponse.Builder,GenerateClientCertificateResponse>
@Generated("software.amazon.awssdk:codegen") public class GenerateClientCertificateResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GenerateClientCertificateResponse.Builder,GenerateClientCertificateResponse>
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GenerateClientCertificateResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GenerateClientCertificateResponse.Builder |
builder() |
|
String |
clientCertificateId() |
The identifier of the client certificate.
|
Date |
createdDate() |
The timestamp when the client certificate was created.
|
String |
description() |
The description of the client certificate.
|
boolean |
equals(Object obj) |
|
Date |
expirationDate() |
The timestamp when the client certificate will expire.
|
int |
hashCode() |
|
String |
pemEncodedCertificate() |
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication
in the integration endpoint .
|
static Class<? extends GenerateClientCertificateResponse.Builder> |
serializableBuilderClass() |
|
GenerateClientCertificateResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String clientCertificateId()
The identifier of the client certificate.
public String description()
The description of the client certificate.
public String pemEncodedCertificate()
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
public Date createdDate()
The timestamp when the client certificate was created.
public Date expirationDate()
The timestamp when the client certificate will expire.
public GenerateClientCertificateResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GenerateClientCertificateResponse.Builder,GenerateClientCertificateResponse>
public static GenerateClientCertificateResponse.Builder builder()
public static Class<? extends GenerateClientCertificateResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.