Struct aws_sdk_iot::types::builders::ImplicitDenyBuilder
source · #[non_exhaustive]pub struct ImplicitDenyBuilder { /* private fields */ }
Expand description
A builder for ImplicitDeny
.
Implementations§
source§impl ImplicitDenyBuilder
impl ImplicitDenyBuilder
sourcepub fn policies(self, input: Policy) -> Self
pub fn policies(self, input: Policy) -> Self
Appends an item to policies
.
To override the contents of this collection use set_policies
.
Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.
sourcepub fn set_policies(self, input: Option<Vec<Policy>>) -> Self
pub fn set_policies(self, input: Option<Vec<Policy>>) -> Self
Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.
sourcepub fn get_policies(&self) -> &Option<Vec<Policy>>
pub fn get_policies(&self) -> &Option<Vec<Policy>>
Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.
sourcepub fn build(self) -> ImplicitDeny
pub fn build(self) -> ImplicitDeny
Consumes the builder and constructs a ImplicitDeny
.
Trait Implementations§
source§impl Clone for ImplicitDenyBuilder
impl Clone for ImplicitDenyBuilder
source§fn clone(&self) -> ImplicitDenyBuilder
fn clone(&self) -> ImplicitDenyBuilder
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 Debug for ImplicitDenyBuilder
impl Debug for ImplicitDenyBuilder
source§impl Default for ImplicitDenyBuilder
impl Default for ImplicitDenyBuilder
source§fn default() -> ImplicitDenyBuilder
fn default() -> ImplicitDenyBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ImplicitDenyBuilder
impl PartialEq for ImplicitDenyBuilder
source§fn eq(&self, other: &ImplicitDenyBuilder) -> bool
fn eq(&self, other: &ImplicitDenyBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ImplicitDenyBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ImplicitDenyBuilder
impl Send for ImplicitDenyBuilder
impl Sync for ImplicitDenyBuilder
impl Unpin for ImplicitDenyBuilder
impl UnwindSafe for ImplicitDenyBuilder
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.