Skip to content

/AWS1/CL_BRKSEARCHJOBSFILTER

A filter used to search for Amazon Braket jobs.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/BRKSTRING64 /AWS1/BRKSTRING64

The name to use for the jobs filter.

IT_VALUES TYPE /AWS1/CL_BRKSTRING256LIST_W=>TT_STRING256LIST TT_STRING256LIST

The values to use for the jobs filter.

IV_OPERATOR TYPE /AWS1/BRKSEARCHJOBSFILTEROP /AWS1/BRKSEARCHJOBSFILTEROP

An operator to use for the jobs filter.


Queryable Attributes

name

The name to use for the jobs filter.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

values

The values to use for the jobs filter.

Accessible with the following methods

Method Description
GET_VALUES() Getter for VALUES, with configurable default
ASK_VALUES() Getter for VALUES w/ exceptions if field has no value
HAS_VALUES() Determine if VALUES has a value

operator

An operator to use for the jobs filter.

Accessible with the following methods

Method Description
GET_OPERATOR() Getter for OPERATOR, with configurable default
ASK_OPERATOR() Getter for OPERATOR w/ exceptions if field has no value
HAS_OPERATOR() Determine if OPERATOR 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_SEARCHJOBSFILTERLIST

TYPES TT_SEARCHJOBSFILTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BRKSEARCHJOBSFILTER WITH DEFAULT KEY
.