/AWS1/CL_PP2VERIFIEDDSTNOINF00¶
Provides information about the requested verified destintion phone number.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_verifieddstnumberarn TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The Amazon Resource Name (ARN) for the verified destination phone number.
iv_verifieddstnumberid TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The unique identifier for the verified destination phone number.
iv_destinationphonenumber TYPE /AWS1/PP2PHONENUMBER /AWS1/PP2PHONENUMBER¶
The verified destination phone number, in E.164 format.
iv_status TYPE /AWS1/PP2VERIFICATIONSTATUS /AWS1/PP2VERIFICATIONSTATUS¶
The status of the verified destination phone number.
PENDING: The phone number hasn't been verified yet.
VERIFIED: The phone number is verified and can receive messages.
iv_createdtimestamp TYPE /AWS1/PP2TIMESTAMP /AWS1/PP2TIMESTAMP¶
The time when the destination phone number was created, in UNIX epoch time format.
Optional arguments:¶
iv_rcsagentid TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The unique identifier of the RCS agent associated with the verified destination number.
Queryable Attributes¶
VerifiedDestinationNumberArn¶
The Amazon Resource Name (ARN) for the verified destination phone number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERIFIEDDSTNUMBERARN() |
Getter for VERIFIEDDESTINATIONNUMBERARN, with configurable d |
ASK_VERIFIEDDSTNUMBERARN() |
Getter for VERIFIEDDESTINATIONNUMBERARN w/ exceptions if fie |
HAS_VERIFIEDDSTNUMBERARN() |
Determine if VERIFIEDDESTINATIONNUMBERARN has a value |
VerifiedDestinationNumberId¶
The unique identifier for the verified destination phone number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERIFIEDDSTNUMBERID() |
Getter for VERIFIEDDESTINATIONNUMBERID, with configurable de |
ASK_VERIFIEDDSTNUMBERID() |
Getter for VERIFIEDDESTINATIONNUMBERID w/ exceptions if fiel |
HAS_VERIFIEDDSTNUMBERID() |
Determine if VERIFIEDDESTINATIONNUMBERID has a value |
DestinationPhoneNumber¶
The verified destination phone number, in E.164 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONPHONENUMBER() |
Getter for DESTINATIONPHONENUMBER, with configurable default |
ASK_DESTINATIONPHONENUMBER() |
Getter for DESTINATIONPHONENUMBER w/ exceptions if field has |
HAS_DESTINATIONPHONENUMBER() |
Determine if DESTINATIONPHONENUMBER has a value |
Status¶
The status of the verified destination phone number.
PENDING: The phone number hasn't been verified yet.
VERIFIED: The phone number is verified and can receive messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
RcsAgentId¶
The unique identifier of the RCS agent associated with the verified destination number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RCSAGENTID() |
Getter for RCSAGENTID, with configurable default |
ASK_RCSAGENTID() |
Getter for RCSAGENTID w/ exceptions if field has no value |
HAS_RCSAGENTID() |
Determine if RCSAGENTID has a value |
CreatedTimestamp¶
The time when the destination phone number was created, in UNIX epoch time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP 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_VERIFIEDDSTNUMINFMTIONLIST¶
TYPES TT_VERIFIEDDSTNUMINFMTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2VERIFIEDDSTNOINF00 WITH DEFAULT KEY
.