Package com.amazonaws.services.iot.model
Class TransferData
java.lang.Object
com.amazonaws.services.iot.model.TransferData
- All Implemented Interfaces:
Serializable
,Cloneable
Data used to transfer a certificate to an AWS account.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The date the transfer was accepted.The date the transfer was rejected.The reason why the transfer was rejected.The date the transfer took place.The transfer message.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withAcceptDate
(Date acceptDate) The date the transfer was accepted.withRejectDate
(Date rejectDate) The date the transfer was rejected.withRejectReason
(String rejectReason) The reason why the transfer was rejected.withTransferDate
(Date transferDate) The date the transfer took place.withTransferMessage
(String transferMessage) The transfer message.
-
Constructor Details
-
TransferData
public TransferData()
-
-
Method Details
-
setTransferMessage
The transfer message.
- Parameters:
transferMessage
- The transfer message.
-
getTransferMessage
The transfer message.
- Returns:
- The transfer message.
-
withTransferMessage
The transfer message.
- Parameters:
transferMessage
- The transfer message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRejectReason
The reason why the transfer was rejected.
- Parameters:
rejectReason
- The reason why the transfer was rejected.
-
getRejectReason
The reason why the transfer was rejected.
- Returns:
- The reason why the transfer was rejected.
-
withRejectReason
The reason why the transfer was rejected.
- Parameters:
rejectReason
- The reason why the transfer was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTransferDate
The date the transfer took place.
- Parameters:
transferDate
- The date the transfer took place.
-
getTransferDate
The date the transfer took place.
- Returns:
- The date the transfer took place.
-
withTransferDate
The date the transfer took place.
- Parameters:
transferDate
- The date the transfer took place.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAcceptDate
The date the transfer was accepted.
- Parameters:
acceptDate
- The date the transfer was accepted.
-
getAcceptDate
The date the transfer was accepted.
- Returns:
- The date the transfer was accepted.
-
withAcceptDate
The date the transfer was accepted.
- Parameters:
acceptDate
- The date the transfer was accepted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRejectDate
The date the transfer was rejected.
- Parameters:
rejectDate
- The date the transfer was rejected.
-
getRejectDate
The date the transfer was rejected.
- Returns:
- The date the transfer was rejected.
-
withRejectDate
The date the transfer was rejected.
- Parameters:
rejectDate
- The date the transfer was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-