public class TransferData
extends java.lang.Object
implements java.io.Serializable
Data used to transfer a certificate to an AWS account.
Constructor and Description |
---|
TransferData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getAcceptDate()
The date the transfer was accepted.
|
java.util.Date |
getRejectDate()
The date the transfer was rejected.
|
java.lang.String |
getRejectReason()
The reason why the transfer was rejected.
|
java.util.Date |
getTransferDate()
The date the transfer took place.
|
java.lang.String |
getTransferMessage()
The transfer message.
|
int |
hashCode() |
void |
setAcceptDate(java.util.Date acceptDate)
The date the transfer was accepted.
|
void |
setRejectDate(java.util.Date rejectDate)
The date the transfer was rejected.
|
void |
setRejectReason(java.lang.String rejectReason)
The reason why the transfer was rejected.
|
void |
setTransferDate(java.util.Date transferDate)
The date the transfer took place.
|
void |
setTransferMessage(java.lang.String transferMessage)
The transfer message.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TransferData |
withAcceptDate(java.util.Date acceptDate)
The date the transfer was accepted.
|
TransferData |
withRejectDate(java.util.Date rejectDate)
The date the transfer was rejected.
|
TransferData |
withRejectReason(java.lang.String rejectReason)
The reason why the transfer was rejected.
|
TransferData |
withTransferDate(java.util.Date transferDate)
The date the transfer took place.
|
TransferData |
withTransferMessage(java.lang.String transferMessage)
The transfer message.
|
public java.lang.String getTransferMessage()
The transfer message.
Constraints:
Length: - 128
The transfer message.
public void setTransferMessage(java.lang.String transferMessage)
The transfer message.
Constraints:
Length: - 128
transferMessage
- The transfer message.
public TransferData withTransferMessage(java.lang.String transferMessage)
The transfer message.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 128
transferMessage
- The transfer message.
public java.lang.String getRejectReason()
The reason why the transfer was rejected.
Constraints:
Length: - 128
The reason why the transfer was rejected.
public void setRejectReason(java.lang.String rejectReason)
The reason why the transfer was rejected.
Constraints:
Length: - 128
rejectReason
- The reason why the transfer was rejected.
public TransferData withRejectReason(java.lang.String rejectReason)
The reason why the transfer was rejected.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 128
rejectReason
- The reason why the transfer was rejected.
public java.util.Date getTransferDate()
The date the transfer took place.
The date the transfer took place.
public void setTransferDate(java.util.Date transferDate)
The date the transfer took place.
transferDate
- The date the transfer took place.
public TransferData withTransferDate(java.util.Date transferDate)
The date the transfer took place.
Returns a reference to this object so that method calls can be chained together.
transferDate
- The date the transfer took place.
public java.util.Date getAcceptDate()
The date the transfer was accepted.
The date the transfer was accepted.
public void setAcceptDate(java.util.Date acceptDate)
The date the transfer was accepted.
acceptDate
- The date the transfer was accepted.
public TransferData withAcceptDate(java.util.Date acceptDate)
The date the transfer was accepted.
Returns a reference to this object so that method calls can be chained together.
acceptDate
- The date the transfer was accepted.
public java.util.Date getRejectDate()
The date the transfer was rejected.
The date the transfer was rejected.
public void setRejectDate(java.util.Date rejectDate)
The date the transfer was rejected.
rejectDate
- The date the transfer was rejected.
public TransferData withRejectDate(java.util.Date rejectDate)
The date the transfer was rejected.
Returns a reference to this object so that method calls can be chained together.
rejectDate
- The date the transfer was rejected.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.