Skip to content

/AWS1/CL_R5AARCROUTINGCTLSTATE

Represents the state of an ARC routing control.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_routingcontrolarn TYPE /AWS1/R5AROUTINGCONTROLARN /AWS1/R5AROUTINGCONTROLARN

The Amazon Resource Name (ARN) of a routing control.

iv_state TYPE /AWS1/R5AROUTINGCTLSTATECHANGE /AWS1/R5AROUTINGCTLSTATECHANGE

The state of an ARC routing control, On or Off.


Queryable Attributes

routingControlArn

The Amazon Resource Name (ARN) of a routing control.

Accessible with the following methods

Method Description
GET_ROUTINGCONTROLARN() Getter for ROUTINGCONTROLARN, with configurable default
ASK_ROUTINGCONTROLARN() Getter for ROUTINGCONTROLARN w/ exceptions if field has no v
HAS_ROUTINGCONTROLARN() Determine if ROUTINGCONTROLARN has a value

state

The state of an ARC routing control, On or Off.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TS_REGIONANDROUTINGCTLS_MAPROW

TYPES: BEGIN OF TS_REGIONANDROUTINGCTLS_MAPROW,
  key TYPE /AWS1/R5ASTRING,
  value TYPE /AWS1/CL_R5AARCROUTINGCTLSTATE=>TT_ARCROUTINGCONTROLSTATES,
END OF TS_REGIONANDROUTINGCTLS_MAPROW.

TT_ARCROUTINGCONTROLSTATES

TYPES TT_ARCROUTINGCONTROLSTATES TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5AARCROUTINGCTLSTATE WITH DEFAULT KEY
.

TT_REGIONANDROUTINGCONTROLS

TYPES TT_REGIONANDROUTINGCONTROLS TYPE HASHED TABLE OF /AWS1/CL_R5AARCROUTINGCTLSTATE=>TS_REGIONANDROUTINGCTLS_MAPROW WITH UNIQUE KEY key
.