Skip to content

/AWS1/CL_BDOLISTDSEXMPLSRSP

ListDatasetExamplesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_datasetarn TYPE /AWS1/BDODATASETARN /AWS1/BDODATASETARN

The Amazon Resource Name (ARN) of the dataset.

iv_datasetid TYPE /AWS1/BDODATASETID /AWS1/BDODATASETID

The unique identifier of the dataset.

iv_datasetversion TYPE /AWS1/BDODATASETVERSION /AWS1/BDODATASETVERSION

The version returned.

it_examples TYPE /AWS1/CL_RT_DOCUMENT=>TT_LIST TT_LIST

Paginated example content. Each element is a JSON object containing at least an exampleId field plus the schema-specific content fields.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The token for the next page of results, or null if there are no more results.


Queryable Attributes

datasetArn

The Amazon Resource Name (ARN) of the dataset.

Accessible with the following methods

Method Description
GET_DATASETARN() Getter for DATASETARN, with configurable default
ASK_DATASETARN() Getter for DATASETARN w/ exceptions if field has no value
HAS_DATASETARN() Determine if DATASETARN has a value

datasetId

The unique identifier of the dataset.

Accessible with the following methods

Method Description
GET_DATASETID() Getter for DATASETID, with configurable default
ASK_DATASETID() Getter for DATASETID w/ exceptions if field has no value
HAS_DATASETID() Determine if DATASETID has a value

datasetVersion

The version returned.

Accessible with the following methods

Method Description
GET_DATASETVERSION() Getter for DATASETVERSION, with configurable default
ASK_DATASETVERSION() Getter for DATASETVERSION w/ exceptions if field has no valu
HAS_DATASETVERSION() Determine if DATASETVERSION has a value

examples

Paginated example content. Each element is a JSON object containing at least an exampleId field plus the schema-specific content fields.

Accessible with the following methods

Method Description
GET_EXAMPLES() Getter for EXAMPLES, with configurable default
ASK_EXAMPLES() Getter for EXAMPLES w/ exceptions if field has no value
HAS_EXAMPLES() Determine if EXAMPLES has a value

nextToken

The token for the next page of results, or null if there are no more results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value