Struct aws_sdk_securityhub::operation::batch_update_automation_rules::builders::BatchUpdateAutomationRulesOutputBuilder
source · #[non_exhaustive]pub struct BatchUpdateAutomationRulesOutputBuilder { /* private fields */ }
Expand description
A builder for BatchUpdateAutomationRulesOutput
.
Implementations§
source§impl BatchUpdateAutomationRulesOutputBuilder
impl BatchUpdateAutomationRulesOutputBuilder
sourcepub fn processed_automation_rules(self, input: impl Into<String>) -> Self
pub fn processed_automation_rules(self, input: impl Into<String>) -> Self
Appends an item to processed_automation_rules
.
To override the contents of this collection use set_processed_automation_rules
.
A list of properly processed rule ARNs.
sourcepub fn set_processed_automation_rules(self, input: Option<Vec<String>>) -> Self
pub fn set_processed_automation_rules(self, input: Option<Vec<String>>) -> Self
A list of properly processed rule ARNs.
sourcepub fn get_processed_automation_rules(&self) -> &Option<Vec<String>>
pub fn get_processed_automation_rules(&self) -> &Option<Vec<String>>
A list of properly processed rule ARNs.
sourcepub fn unprocessed_automation_rules(
self,
input: UnprocessedAutomationRule
) -> Self
pub fn unprocessed_automation_rules( self, input: UnprocessedAutomationRule ) -> Self
Appends an item to unprocessed_automation_rules
.
To override the contents of this collection use set_unprocessed_automation_rules
.
A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
. This parameter tells you which automation rules the request didn't update and why.
sourcepub fn set_unprocessed_automation_rules(
self,
input: Option<Vec<UnprocessedAutomationRule>>
) -> Self
pub fn set_unprocessed_automation_rules( self, input: Option<Vec<UnprocessedAutomationRule>> ) -> Self
A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
. This parameter tells you which automation rules the request didn't update and why.
sourcepub fn get_unprocessed_automation_rules(
&self
) -> &Option<Vec<UnprocessedAutomationRule>>
pub fn get_unprocessed_automation_rules( &self ) -> &Option<Vec<UnprocessedAutomationRule>>
A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
. This parameter tells you which automation rules the request didn't update and why.
sourcepub fn build(self) -> BatchUpdateAutomationRulesOutput
pub fn build(self) -> BatchUpdateAutomationRulesOutput
Consumes the builder and constructs a BatchUpdateAutomationRulesOutput
.
Trait Implementations§
source§impl Clone for BatchUpdateAutomationRulesOutputBuilder
impl Clone for BatchUpdateAutomationRulesOutputBuilder
source§fn clone(&self) -> BatchUpdateAutomationRulesOutputBuilder
fn clone(&self) -> BatchUpdateAutomationRulesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchUpdateAutomationRulesOutputBuilder
impl Default for BatchUpdateAutomationRulesOutputBuilder
source§fn default() -> BatchUpdateAutomationRulesOutputBuilder
fn default() -> BatchUpdateAutomationRulesOutputBuilder
source§impl PartialEq for BatchUpdateAutomationRulesOutputBuilder
impl PartialEq for BatchUpdateAutomationRulesOutputBuilder
source§fn eq(&self, other: &BatchUpdateAutomationRulesOutputBuilder) -> bool
fn eq(&self, other: &BatchUpdateAutomationRulesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.