StructuredPojo
, ToCopyableBuilder<TransferData.Builder,TransferData>
@Generated("software.amazon.awssdk:codegen") public class TransferData extends Object implements StructuredPojo, ToCopyableBuilder<TransferData.Builder,TransferData>
Data used to transfer a certificate to an AWS account.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TransferData.Builder |
Modifier and Type | Method | Description |
---|---|---|
Date |
acceptDate() |
The date the transfer was accepted.
|
static TransferData.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Date |
rejectDate() |
The date the transfer was rejected.
|
String |
rejectReason() |
The reason why the transfer was rejected.
|
static Class<? extends TransferData.Builder> |
serializableBuilderClass() |
|
TransferData.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 took place.
|
String |
transferMessage() |
The transfer message.
|
public String transferMessage()
The transfer message.
public String rejectReason()
The reason why the transfer was rejected.
public Date transferDate()
The date the transfer took place.
public Date acceptDate()
The date the transfer was accepted.
public Date rejectDate()
The date the transfer was rejected.
public TransferData.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TransferData.Builder,TransferData>
public static TransferData.Builder builder()
public static Class<? extends TransferData.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.