#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for GetEnabledStandardsInput
Implementations
Appends an item to standards_subscription_arns
.
To override the contents of this collection use set_standards_subscription_arns
.
The list of the standards subscription ARNs for the standards to retrieve.
The list of the standards subscription ARNs for the standards to retrieve.
The token that is required for pagination. On your first call to the GetEnabledStandards
operation, set the value of this parameter to NULL
.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
The token that is required for pagination. On your first call to the GetEnabledStandards
operation, set the value of this parameter to NULL
.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
The maximum number of results to return in the response.
The maximum number of results to return in the response.
Consumes the builder and constructs a GetEnabledStandardsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more