Struct aws_sdk_iot::operation::get_effective_policies::builders::GetEffectivePoliciesOutputBuilder
source · #[non_exhaustive]pub struct GetEffectivePoliciesOutputBuilder { /* private fields */ }Expand description
A builder for GetEffectivePoliciesOutput.
Implementations§
source§impl GetEffectivePoliciesOutputBuilder
impl GetEffectivePoliciesOutputBuilder
sourcepub fn effective_policies(self, input: EffectivePolicy) -> Self
pub fn effective_policies(self, input: EffectivePolicy) -> Self
Appends an item to effective_policies.
To override the contents of this collection use set_effective_policies.
The effective policies.
sourcepub fn set_effective_policies(self, input: Option<Vec<EffectivePolicy>>) -> Self
pub fn set_effective_policies(self, input: Option<Vec<EffectivePolicy>>) -> Self
The effective policies.
sourcepub fn get_effective_policies(&self) -> &Option<Vec<EffectivePolicy>>
pub fn get_effective_policies(&self) -> &Option<Vec<EffectivePolicy>>
The effective policies.
sourcepub fn build(self) -> GetEffectivePoliciesOutput
pub fn build(self) -> GetEffectivePoliciesOutput
Consumes the builder and constructs a GetEffectivePoliciesOutput.
Trait Implementations§
source§impl Clone for GetEffectivePoliciesOutputBuilder
impl Clone for GetEffectivePoliciesOutputBuilder
source§fn clone(&self) -> GetEffectivePoliciesOutputBuilder
fn clone(&self) -> GetEffectivePoliciesOutputBuilder
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 GetEffectivePoliciesOutputBuilder
impl Default for GetEffectivePoliciesOutputBuilder
source§fn default() -> GetEffectivePoliciesOutputBuilder
fn default() -> GetEffectivePoliciesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetEffectivePoliciesOutputBuilder
impl PartialEq for GetEffectivePoliciesOutputBuilder
source§fn eq(&self, other: &GetEffectivePoliciesOutputBuilder) -> bool
fn eq(&self, other: &GetEffectivePoliciesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetEffectivePoliciesOutputBuilder
Auto Trait Implementations§
impl Freeze for GetEffectivePoliciesOutputBuilder
impl RefUnwindSafe for GetEffectivePoliciesOutputBuilder
impl Send for GetEffectivePoliciesOutputBuilder
impl Sync for GetEffectivePoliciesOutputBuilder
impl Unpin for GetEffectivePoliciesOutputBuilder
impl UnwindSafe for GetEffectivePoliciesOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.