/AWS1/CL_R53LSTREUSABLEDELEG01¶
A complex type that contains information about the reusable delegation sets that are associated with the current Amazon Web Services account.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IT_DELEGATIONSETS
TYPE /AWS1/CL_R53DELEGATIONSET=>TT_DELEGATIONSETS
TT_DELEGATIONSETS
¶
A complex type that contains one
DelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.
IV_MARKER
TYPE /AWS1/R53PAGEMARKER
/AWS1/R53PAGEMARKER
¶
For the second and subsequent calls to
ListReusableDelegationSets
,Marker
is the value that you specified for themarker
parameter in the request that produced the current response.
IV_ISTRUNCATED
TYPE /AWS1/R53PAGETRUNCATED
/AWS1/R53PAGETRUNCATED
¶
A flag that indicates whether there are more reusable delegation sets to be listed.
IV_MAXITEMS
TYPE /AWS1/R53INTEGER
/AWS1/R53INTEGER
¶
The value that you specified for the
maxitems
parameter in the call toListReusableDelegationSets
that produced the current response.
Optional arguments:¶
IV_NEXTMARKER
TYPE /AWS1/R53PAGEMARKER
/AWS1/R53PAGEMARKER
¶
If
IsTruncated
istrue
, the value ofNextMarker
identifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSets
request and specify the value ofNextMarker
in themarker
parameter.
Queryable Attributes¶
DelegationSets¶
A complex type that contains one
DelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DELEGATIONSETS() |
Getter for DELEGATIONSETS, with configurable default |
ASK_DELEGATIONSETS() |
Getter for DELEGATIONSETS w/ exceptions if field has no valu |
HAS_DELEGATIONSETS() |
Determine if DELEGATIONSETS has a value |
Marker¶
For the second and subsequent calls to
ListReusableDelegationSets
,Marker
is the value that you specified for themarker
parameter in the request that produced the current response.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
IsTruncated¶
A flag that indicates whether there are more reusable delegation sets to be listed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED |
NextMarker¶
If
IsTruncated
istrue
, the value ofNextMarker
identifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSets
request and specify the value ofNextMarker
in themarker
parameter.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
MaxItems¶
The value that you specified for the
maxitems
parameter in the call toListReusableDelegationSets
that produced the current response.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXITEMS() |
Getter for MAXITEMS, with configurable default |
ASK_MAXITEMS() |
Getter for MAXITEMS w/ exceptions if field has no value |
HAS_MAXITEMS() |
Determine if MAXITEMS has a value |