@Generated(value="software.amazon.awssdk:codegen") public final class OutgoingCertificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>
A certificate that has been transferred but not yet accepted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutgoingCertificate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutgoingCertificate.Builder |
builder() |
String |
certificateArn()
The certificate ARN.
|
String |
certificateId()
The certificate ID.
|
Instant |
creationDate()
The certificate creation date.
|
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 OutgoingCertificate.Builder> |
serializableBuilderClass() |
OutgoingCertificate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
transferDate()
The date the transfer was initiated.
|
String |
transferMessage()
The transfer message.
|
String |
transferredTo()
The Amazon Web Services account to which the transfer was made.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String certificateArn()
The certificate ARN.
public final String certificateId()
The certificate ID.
public final String transferredTo()
The Amazon Web Services account to which the transfer was made.
public final Instant transferDate()
The date the transfer was initiated.
public final String transferMessage()
The transfer message.
public final Instant creationDate()
The certificate creation date.
public OutgoingCertificate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>public static OutgoingCertificate.Builder builder()
public static Class<? extends OutgoingCertificate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.