ToCopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>
@Generated("software.amazon.awssdk:codegen") public class GetCertificateResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetCertificateResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetCertificateResponse.Builder |
builder() |
|
String |
certificate() |
String that contains the ACM Certificate represented by the ARN specified at input.
|
String |
certificateChain() |
The certificate chain that contains the root certificate issued by the certificate authority (CA).
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetCertificateResponse.Builder> |
serializableBuilderClass() |
|
GetCertificateResponse.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 certificate()
String that contains the ACM Certificate represented by the ARN specified at input.
public String certificateChain()
The certificate chain that contains the root certificate issued by the certificate authority (CA).
public GetCertificateResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>
public static GetCertificateResponse.Builder builder()
public static Class<? extends GetCertificateResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.