/AWS1/CL_R5ARESOURCEWARNING¶
Represents a warning about a resource in a Region switch plan.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_version TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING¶
The version for the resource warning.
iv_warningstatus TYPE /AWS1/R5ARESOURCEWARNINGSTATUS /AWS1/R5ARESOURCEWARNINGSTATUS¶
The status of the resource warning.
iv_warningupdatedtime TYPE /AWS1/R5ATIMESTAMP /AWS1/R5ATIMESTAMP¶
The timestamp when the warning was last updated.
iv_warningmessage TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING¶
The warning message about what needs to be corrected.
Optional arguments:¶
io_workflow TYPE REF TO /AWS1/CL_R5AMINIMALWORKFLOW /AWS1/CL_R5AMINIMALWORKFLOW¶
The workflow for the resource warning.
iv_stepname TYPE /AWS1/R5ASTEPNAME /AWS1/R5ASTEPNAME¶
The name of the step for the resource warning.
iv_resourcearn TYPE /AWS1/R5ARESOURCEARN /AWS1/R5ARESOURCEARN¶
The Amazon Resource Name (ARN) of the resource.
Queryable Attributes¶
workflow¶
The workflow for the resource warning.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOW() |
Getter for WORKFLOW |
version¶
The version for the resource warning.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
stepName¶
The name of the step for the resource warning.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STEPNAME() |
Getter for STEPNAME, with configurable default |
ASK_STEPNAME() |
Getter for STEPNAME w/ exceptions if field has no value |
HAS_STEPNAME() |
Determine if STEPNAME has a value |
resourceArn¶
The Amazon Resource Name (ARN) of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
warningStatus¶
The status of the resource warning.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WARNINGSTATUS() |
Getter for WARNINGSTATUS, with configurable default |
ASK_WARNINGSTATUS() |
Getter for WARNINGSTATUS w/ exceptions if field has no value |
HAS_WARNINGSTATUS() |
Determine if WARNINGSTATUS has a value |
warningUpdatedTime¶
The timestamp when the warning was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WARNINGUPDATEDTIME() |
Getter for WARNINGUPDATEDTIME, with configurable default |
ASK_WARNINGUPDATEDTIME() |
Getter for WARNINGUPDATEDTIME w/ exceptions if field has no |
HAS_WARNINGUPDATEDTIME() |
Determine if WARNINGUPDATEDTIME has a value |
warningMessage¶
The warning message about what needs to be corrected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WARNINGMESSAGE() |
Getter for WARNINGMESSAGE, with configurable default |
ASK_WARNINGMESSAGE() |
Getter for WARNINGMESSAGE w/ exceptions if field has no valu |
HAS_WARNINGMESSAGE() |
Determine if WARNINGMESSAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PLANWARNINGS¶
TYPES TT_PLANWARNINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5ARESOURCEWARNING WITH DEFAULT KEY
.