Struct aws_sdk_amp::operation::create_rule_groups_namespace::builders::CreateRuleGroupsNamespaceOutputBuilder
source · #[non_exhaustive]pub struct CreateRuleGroupsNamespaceOutputBuilder { /* private fields */ }
Expand description
A builder for CreateRuleGroupsNamespaceOutput
.
Implementations§
source§impl CreateRuleGroupsNamespaceOutputBuilder
impl CreateRuleGroupsNamespaceOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of this rule groups namespace.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of this rule groups namespace.
sourcepub fn status(self, input: RuleGroupsNamespaceStatus) -> Self
pub fn status(self, input: RuleGroupsNamespaceStatus) -> Self
The status of rule groups namespace.
sourcepub fn set_status(self, input: Option<RuleGroupsNamespaceStatus>) -> Self
pub fn set_status(self, input: Option<RuleGroupsNamespaceStatus>) -> Self
The status of rule groups namespace.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags of this rule groups namespace.
The tags of this rule groups namespace.
sourcepub fn build(self) -> CreateRuleGroupsNamespaceOutput
pub fn build(self) -> CreateRuleGroupsNamespaceOutput
Consumes the builder and constructs a CreateRuleGroupsNamespaceOutput
.
Trait Implementations§
source§impl Clone for CreateRuleGroupsNamespaceOutputBuilder
impl Clone for CreateRuleGroupsNamespaceOutputBuilder
source§fn clone(&self) -> CreateRuleGroupsNamespaceOutputBuilder
fn clone(&self) -> CreateRuleGroupsNamespaceOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CreateRuleGroupsNamespaceOutputBuilder
impl Default for CreateRuleGroupsNamespaceOutputBuilder
source§fn default() -> CreateRuleGroupsNamespaceOutputBuilder
fn default() -> CreateRuleGroupsNamespaceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateRuleGroupsNamespaceOutputBuilder> for CreateRuleGroupsNamespaceOutputBuilder
impl PartialEq<CreateRuleGroupsNamespaceOutputBuilder> for CreateRuleGroupsNamespaceOutputBuilder
source§fn eq(&self, other: &CreateRuleGroupsNamespaceOutputBuilder) -> bool
fn eq(&self, other: &CreateRuleGroupsNamespaceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateRuleGroupsNamespaceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateRuleGroupsNamespaceOutputBuilder
impl Send for CreateRuleGroupsNamespaceOutputBuilder
impl Sync for CreateRuleGroupsNamespaceOutputBuilder
impl Unpin for CreateRuleGroupsNamespaceOutputBuilder
impl UnwindSafe for CreateRuleGroupsNamespaceOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more