/AWS1/CL_CWECANCELREPLAYRSP¶
CancelReplayResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_replayarn TYPE /AWS1/CWEREPLAYARN /AWS1/CWEREPLAYARN¶
The ARN of the replay to cancel.
iv_state TYPE /AWS1/CWEREPLAYSTATE /AWS1/CWEREPLAYSTATE¶
The current state of the replay.
iv_statereason TYPE /AWS1/CWEREPLAYSTATEREASON /AWS1/CWEREPLAYSTATEREASON¶
The reason that the replay is in the current state.
Queryable Attributes¶
ReplayArn¶
The ARN of the replay to cancel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLAYARN() |
Getter for REPLAYARN, with configurable default |
ASK_REPLAYARN() |
Getter for REPLAYARN w/ exceptions if field has no value |
HAS_REPLAYARN() |
Determine if REPLAYARN has a value |
State¶
The current state of the replay.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StateReason¶
The reason that the replay is in the current state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEREASON() |
Getter for STATEREASON, with configurable default |
ASK_STATEREASON() |
Getter for STATEREASON w/ exceptions if field has no value |
HAS_STATEREASON() |
Determine if STATEREASON has a value |