Struct aws_sdk_amp::operation::describe_rule_groups_namespace::builders::DescribeRuleGroupsNamespaceOutputBuilder
source · #[non_exhaustive]pub struct DescribeRuleGroupsNamespaceOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeRuleGroupsNamespaceOutput
.
Implementations§
source§impl DescribeRuleGroupsNamespaceOutputBuilder
impl DescribeRuleGroupsNamespaceOutputBuilder
sourcepub fn rule_groups_namespace(
self,
input: RuleGroupsNamespaceDescription
) -> Self
pub fn rule_groups_namespace( self, input: RuleGroupsNamespaceDescription ) -> Self
The selected rule groups namespace.
sourcepub fn set_rule_groups_namespace(
self,
input: Option<RuleGroupsNamespaceDescription>
) -> Self
pub fn set_rule_groups_namespace( self, input: Option<RuleGroupsNamespaceDescription> ) -> Self
The selected rule groups namespace.
sourcepub fn get_rule_groups_namespace(
&self
) -> &Option<RuleGroupsNamespaceDescription>
pub fn get_rule_groups_namespace( &self ) -> &Option<RuleGroupsNamespaceDescription>
The selected rule groups namespace.
sourcepub fn build(self) -> DescribeRuleGroupsNamespaceOutput
pub fn build(self) -> DescribeRuleGroupsNamespaceOutput
Consumes the builder and constructs a DescribeRuleGroupsNamespaceOutput
.
Trait Implementations§
source§impl Clone for DescribeRuleGroupsNamespaceOutputBuilder
impl Clone for DescribeRuleGroupsNamespaceOutputBuilder
source§fn clone(&self) -> DescribeRuleGroupsNamespaceOutputBuilder
fn clone(&self) -> DescribeRuleGroupsNamespaceOutputBuilder
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 DescribeRuleGroupsNamespaceOutputBuilder
impl Default for DescribeRuleGroupsNamespaceOutputBuilder
source§fn default() -> DescribeRuleGroupsNamespaceOutputBuilder
fn default() -> DescribeRuleGroupsNamespaceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeRuleGroupsNamespaceOutputBuilder> for DescribeRuleGroupsNamespaceOutputBuilder
impl PartialEq<DescribeRuleGroupsNamespaceOutputBuilder> for DescribeRuleGroupsNamespaceOutputBuilder
source§fn eq(&self, other: &DescribeRuleGroupsNamespaceOutputBuilder) -> bool
fn eq(&self, other: &DescribeRuleGroupsNamespaceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeRuleGroupsNamespaceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRuleGroupsNamespaceOutputBuilder
impl Send for DescribeRuleGroupsNamespaceOutputBuilder
impl Sync for DescribeRuleGroupsNamespaceOutputBuilder
impl Unpin for DescribeRuleGroupsNamespaceOutputBuilder
impl UnwindSafe for DescribeRuleGroupsNamespaceOutputBuilder
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