@Generated(value="software.amazon.awssdk:codegen") public final class ServerCertificateMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServerCertificateMetadata.Builder,ServerCertificateMetadata>
Contains information about a server certificate without its certificate body, certificate chain, and private key.
This data type is used as a response element in the UploadServerCertificate and ListServerCertificates operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServerCertificateMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) specifying the server certificate.
|
static ServerCertificateMetadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expiration()
The date on which the certificate is set to expire.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
path()
The path to the server certificate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServerCertificateMetadata.Builder> |
serializableBuilderClass() |
String |
serverCertificateId()
The stable and unique string identifying the server certificate.
|
String |
serverCertificateName()
The name that identifies the server certificate.
|
ServerCertificateMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
uploadDate()
The date when the server certificate was uploaded.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String path()
The path to the server certificate. For more information about paths, see IAM identifiers in the IAM User Guide.
public final String serverCertificateName()
The name that identifies the server certificate.
public final String serverCertificateId()
The stable and unique string identifying the server certificate. For more information about IDs, see IAM identifiers in the IAM User Guide.
public final String arn()
The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
public final Instant uploadDate()
The date when the server certificate was uploaded.
public final Instant expiration()
The date on which the certificate is set to expire.
public ServerCertificateMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServerCertificateMetadata.Builder,ServerCertificateMetadata>public static ServerCertificateMetadata.Builder builder()
public static Class<? extends ServerCertificateMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.