/AWS1/CL_EVBSTARTREPLAYRSP¶
StartReplayResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_replayarn TYPE /AWS1/EVBREPLAYARN /AWS1/EVBREPLAYARN¶
The ARN of the replay.
iv_state TYPE /AWS1/EVBREPLAYSTATE /AWS1/EVBREPLAYSTATE¶
The state of the replay.
iv_statereason TYPE /AWS1/EVBREPLAYSTATEREASON /AWS1/EVBREPLAYSTATEREASON¶
The reason that the replay is in the state.
iv_replaystarttime TYPE /AWS1/EVBTIMESTAMP /AWS1/EVBTIMESTAMP¶
The time at which the replay started.
Queryable Attributes¶
ReplayArn¶
The ARN of the replay.
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 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 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 |
ReplayStartTime¶
The time at which the replay started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLAYSTARTTIME() |
Getter for REPLAYSTARTTIME, with configurable default |
ASK_REPLAYSTARTTIME() |
Getter for REPLAYSTARTTIME w/ exceptions if field has no val |
HAS_REPLAYSTARTTIME() |
Determine if REPLAYSTARTTIME has a value |