StructuredPojo
, ToCopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>
@Generated("software.amazon.awssdk:codegen") public class OutgoingCertificate extends Object implements StructuredPojo, ToCopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>
A certificate that has been transfered but not yet accepted.
Modifier and Type | Class | Description |
---|---|---|
static interface |
OutgoingCertificate.Builder |
Modifier and Type | Method | Description |
---|---|---|
static OutgoingCertificate.Builder |
builder() |
|
String |
certificateArn() |
The certificate ARN.
|
String |
certificateId() |
The certificate ID.
|
Date |
creationDate() |
The certificate creation date.
|
boolean |
equals(Object obj) |
|
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() |
|
Date |
transferDate() |
The date the transfer was initiated.
|
String |
transferMessage() |
The transfer message.
|
String |
transferredTo() |
The AWS account to which the transfer was made.
|
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 Date transferDate()
The date the transfer was initiated.
public String transferMessage()
The transfer message.
public Date 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.