@Generated(value="software.amazon.awssdk:codegen") public final class OutgoingCertificate extends Object implements StructuredPojo, ToCopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>
A certificate that has been transfered 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends OutgoingCertificate.Builder> |
serializableBuilderClass() |
OutgoingCertificate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Instant |
transferDate()
The date the transfer was initiated.
|
String |
transferMessage()
The transfer message.
|
String |
transferredTo()
The AWS account to which the transfer was made.
|
copy
public String certificateArn()
The certificate ARN.
public String certificateId()
The certificate ID.
public String transferredTo()
The AWS account to which the transfer was made.
public Instant transferDate()
The date the transfer was initiated.
public String transferMessage()
The transfer message.
public Instant creationDate()
The certificate creation date.
public OutgoingCertificate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>
public static OutgoingCertificate.Builder builder()
public static Class<? extends OutgoingCertificate.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.