@Generated(value="software.amazon.awssdk:codegen") public final class ServerCertificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServerCertificate.Builder,ServerCertificate>
Contains information about a server certificate.
This data type is used as a response element in the GetServerCertificate operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServerCertificate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServerCertificate.Builder |
builder() |
String |
certificateBody()
The contents of the public key certificate.
|
String |
certificateChain()
The contents of the public key certificate chain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServerCertificate.Builder> |
serializableBuilderClass() |
ServerCertificateMetadata |
serverCertificateMetadata()
The meta information of the server certificate, such as its name, path, ID, and ARN.
|
ServerCertificate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ServerCertificateMetadata serverCertificateMetadata()
The meta information of the server certificate, such as its name, path, ID, and ARN.
public String certificateBody()
The contents of the public key certificate.
public String certificateChain()
The contents of the public key certificate chain.
public ServerCertificate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServerCertificate.Builder,ServerCertificate>public static ServerCertificate.Builder builder()
public static Class<? extends ServerCertificate.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.