/AWS1/CL_AMFLSTDOMASSOCIATIO01¶
The result structure for the list domain association request.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_domainassociations
TYPE /AWS1/CL_AMFDOMAINASSOCIATION=>TT_DOMAINASSOCIATIONS
TT_DOMAINASSOCIATIONS
¶
A list of domain associations.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/AMFNEXTTOKEN
/AWS1/AMFNEXTTOKEN
¶
A pagination token. If non-null, a pagination token is returned in a result. Pass its value in another request to retrieve more entries.
Queryable Attributes¶
domainAssociations¶
A list of domain associations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOMAINASSOCIATIONS() |
Getter for DOMAINASSOCIATIONS, with configurable default |
ASK_DOMAINASSOCIATIONS() |
Getter for DOMAINASSOCIATIONS w/ exceptions if field has no |
HAS_DOMAINASSOCIATIONS() |
Determine if DOMAINASSOCIATIONS has a value |
nextToken¶
A pagination token. If non-null, a pagination token is returned in a result. Pass its value in another request to retrieve more entries.
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 |