pub struct Builder { /* private fields */ }Expand description
A builder for BatchEnableStandardsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn standards_subscription_requests(
self,
input: StandardsSubscriptionRequest
) -> Self
pub fn standards_subscription_requests(
self,
input: StandardsSubscriptionRequest
) -> Self
Appends an item to standards_subscription_requests.
To override the contents of this collection use set_standards_subscription_requests.
The list of standards checks to enable.
sourcepub fn set_standards_subscription_requests(
self,
input: Option<Vec<StandardsSubscriptionRequest>>
) -> Self
pub fn set_standards_subscription_requests(
self,
input: Option<Vec<StandardsSubscriptionRequest>>
) -> Self
The list of standards checks to enable.
sourcepub fn build(self) -> Result<BatchEnableStandardsInput, BuildError>
pub fn build(self) -> Result<BatchEnableStandardsInput, BuildError>
Consumes the builder and constructs a BatchEnableStandardsInput.