@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransferData extends Object implements Serializable, Cloneable, StructuredPojo
Data used to transfer a certificate to an AWS account.
Constructor and Description |
---|
TransferData() |
Modifier and Type | Method and Description |
---|---|
TransferData |
clone() |
boolean |
equals(Object obj) |
Date |
getAcceptDate()
The date the transfer was accepted.
|
Date |
getRejectDate()
The date the transfer was rejected.
|
String |
getRejectReason()
The reason why the transfer was rejected.
|
Date |
getTransferDate()
The date the transfer took place.
|
String |
getTransferMessage()
The transfer message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAcceptDate(Date acceptDate)
The date the transfer was accepted.
|
void |
setRejectDate(Date rejectDate)
The date the transfer was rejected.
|
void |
setRejectReason(String rejectReason)
The reason why the transfer was rejected.
|
void |
setTransferDate(Date transferDate)
The date the transfer took place.
|
void |
setTransferMessage(String transferMessage)
The transfer message.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TransferData |
withAcceptDate(Date acceptDate)
The date the transfer was accepted.
|
TransferData |
withRejectDate(Date rejectDate)
The date the transfer was rejected.
|
TransferData |
withRejectReason(String rejectReason)
The reason why the transfer was rejected.
|
TransferData |
withTransferDate(Date transferDate)
The date the transfer took place.
|
TransferData |
withTransferMessage(String transferMessage)
The transfer message.
|
public void setTransferMessage(String transferMessage)
The transfer message.
transferMessage
- The transfer message.public String getTransferMessage()
The transfer message.
public TransferData withTransferMessage(String transferMessage)
The transfer message.
transferMessage
- The transfer message.public void setRejectReason(String rejectReason)
The reason why the transfer was rejected.
rejectReason
- The reason why the transfer was rejected.public String getRejectReason()
The reason why the transfer was rejected.
public TransferData withRejectReason(String rejectReason)
The reason why the transfer was rejected.
rejectReason
- The reason why the transfer was rejected.public void setTransferDate(Date transferDate)
The date the transfer took place.
transferDate
- The date the transfer took place.public Date getTransferDate()
The date the transfer took place.
public TransferData withTransferDate(Date transferDate)
The date the transfer took place.
transferDate
- The date the transfer took place.public void setAcceptDate(Date acceptDate)
The date the transfer was accepted.
acceptDate
- The date the transfer was accepted.public Date getAcceptDate()
The date the transfer was accepted.
public TransferData withAcceptDate(Date acceptDate)
The date the transfer was accepted.
acceptDate
- The date the transfer was accepted.public void setRejectDate(Date rejectDate)
The date the transfer was rejected.
rejectDate
- The date the transfer was rejected.public Date getRejectDate()
The date the transfer was rejected.
public TransferData withRejectDate(Date rejectDate)
The date the transfer was rejected.
rejectDate
- The date the transfer was rejected.public String toString()
toString
in class Object
Object.toString()
public TransferData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.