Skip to content

/AWS1/CL_IOTTRANSFERDATA

Data used to transfer a certificate to an Amazon Web Services account.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_transfermessage TYPE /AWS1/IOTMESSAGE /AWS1/IOTMESSAGE

The transfer message.

iv_rejectreason TYPE /AWS1/IOTMESSAGE /AWS1/IOTMESSAGE

The reason why the transfer was rejected.

iv_transferdate TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE

The date the transfer took place.

iv_acceptdate TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE

The date the transfer was accepted.

iv_rejectdate TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE

The date the transfer was rejected.


Queryable Attributes

transferMessage

The transfer message.

Accessible with the following methods

Method Description
GET_TRANSFERMESSAGE() Getter for TRANSFERMESSAGE, with configurable default
ASK_TRANSFERMESSAGE() Getter for TRANSFERMESSAGE w/ exceptions if field has no val
HAS_TRANSFERMESSAGE() Determine if TRANSFERMESSAGE has a value

rejectReason

The reason why the transfer was rejected.

Accessible with the following methods

Method Description
GET_REJECTREASON() Getter for REJECTREASON, with configurable default
ASK_REJECTREASON() Getter for REJECTREASON w/ exceptions if field has no value
HAS_REJECTREASON() Determine if REJECTREASON has a value

transferDate

The date the transfer took place.

Accessible with the following methods

Method Description
GET_TRANSFERDATE() Getter for TRANSFERDATE, with configurable default
ASK_TRANSFERDATE() Getter for TRANSFERDATE w/ exceptions if field has no value
HAS_TRANSFERDATE() Determine if TRANSFERDATE has a value

acceptDate

The date the transfer was accepted.

Accessible with the following methods

Method Description
GET_ACCEPTDATE() Getter for ACCEPTDATE, with configurable default
ASK_ACCEPTDATE() Getter for ACCEPTDATE w/ exceptions if field has no value
HAS_ACCEPTDATE() Determine if ACCEPTDATE has a value

rejectDate

The date the transfer was rejected.

Accessible with the following methods

Method Description
GET_REJECTDATE() Getter for REJECTDATE, with configurable default
ASK_REJECTDATE() Getter for REJECTDATE w/ exceptions if field has no value
HAS_REJECTDATE() Determine if REJECTDATE has a value