/AWS1/CL_QSTCREATEAGENTRSP¶
CreateAgentResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/QSTAGENTARN /AWS1/QSTAGENTARN¶
The Amazon Resource Name (ARN) of the agent.
iv_agentid TYPE /AWS1/QSTAGENTID /AWS1/QSTAGENTID¶
The unique identifier for the agent.
iv_agentstatus TYPE /AWS1/QSTAGENTSTATUS /AWS1/QSTAGENTSTATUS¶
The status of the agent.
iv_agentname TYPE /AWS1/QSTAGENTNAME /AWS1/QSTAGENTNAME¶
The name of the agent.
Optional arguments:¶
iv_requestid TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The Amazon Web Services request ID for this operation.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
AgentId¶
The unique identifier for the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTID() |
Getter for AGENTID, with configurable default |
ASK_AGENTID() |
Getter for AGENTID w/ exceptions if field has no value |
HAS_AGENTID() |
Determine if AGENTID has a value |
AgentStatus¶
The status of the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSTATUS() |
Getter for AGENTSTATUS, with configurable default |
ASK_AGENTSTATUS() |
Getter for AGENTSTATUS w/ exceptions if field has no value |
HAS_AGENTSTATUS() |
Determine if AGENTSTATUS has a value |
AgentName¶
The name of the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTNAME() |
Getter for AGENTNAME, with configurable default |
ASK_AGENTNAME() |
Getter for AGENTNAME w/ exceptions if field has no value |
HAS_AGENTNAME() |
Determine if AGENTNAME has a value |
RequestId¶
The Amazon Web Services request ID for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |