/AWS1/CL_SNSPUBBATCHRSLTENTRY¶
Encloses data related to a successful message in a batch request for topic.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/SNSSTRING /AWS1/SNSSTRING¶
The
Idof an entry in a batch request.
iv_messageid TYPE /AWS1/SNSMESSAGEID /AWS1/SNSMESSAGEID¶
An identifier for the message.
iv_sequencenumber TYPE /AWS1/SNSSTRING /AWS1/SNSSTRING¶
This parameter applies only to FIFO (first-in-first-out) topics.
The large, non-consecutive number that Amazon SNS assigns to each message.
The length of
SequenceNumberis 128 bits.SequenceNumbercontinues to increase for a particularMessageGroupId.
Queryable Attributes¶
Id¶
The
Idof an entry in a batch request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
MessageId¶
An identifier for the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEID() |
Getter for MESSAGEID, with configurable default |
ASK_MESSAGEID() |
Getter for MESSAGEID w/ exceptions if field has no value |
HAS_MESSAGEID() |
Determine if MESSAGEID has a value |
SequenceNumber¶
This parameter applies only to FIFO (first-in-first-out) topics.
The large, non-consecutive number that Amazon SNS assigns to each message.
The length of
SequenceNumberis 128 bits.SequenceNumbercontinues to increase for a particularMessageGroupId.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEQUENCENUMBER() |
Getter for SEQUENCENUMBER, with configurable default |
ASK_SEQUENCENUMBER() |
Getter for SEQUENCENUMBER w/ exceptions if field has no valu |
HAS_SEQUENCENUMBER() |
Determine if SEQUENCENUMBER 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_PUBLISHBATCHRESULTENTRYLIST¶
TYPES TT_PUBLISHBATCHRESULTENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SNSPUBBATCHRSLTENTRY WITH DEFAULT KEY
.