#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for StandardsSubscriptionRequest
Implementations
The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards operation.
The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards operation.
Adds a key-value pair to standards_input.
To override the contents of this collection use set_standards_input.
A key-value pair of input for the standard.
A key-value pair of input for the standard.
Consumes the builder and constructs a StandardsSubscriptionRequest
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