Struct aws_sdk_lexmodelsv2::types::builders::PrincipalBuilder
source · #[non_exhaustive]pub struct PrincipalBuilder { /* private fields */ }Expand description
A builder for Principal.
Implementations§
source§impl PrincipalBuilder
impl PrincipalBuilder
sourcepub fn service(self, input: impl Into<String>) -> Self
pub fn service(self, input: impl Into<String>) -> Self
The name of the Amazon Web Services service that should allowed or denied access to an Amazon Lex action.
sourcepub fn set_service(self, input: Option<String>) -> Self
pub fn set_service(self, input: Option<String>) -> Self
The name of the Amazon Web Services service that should allowed or denied access to an Amazon Lex action.
sourcepub fn get_service(&self) -> &Option<String>
pub fn get_service(&self) -> &Option<String>
The name of the Amazon Web Services service that should allowed or denied access to an Amazon Lex action.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the principal.
Trait Implementations§
source§impl Clone for PrincipalBuilder
impl Clone for PrincipalBuilder
source§fn clone(&self) -> PrincipalBuilder
fn clone(&self) -> PrincipalBuilder
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 PrincipalBuilder
impl Debug for PrincipalBuilder
source§impl Default for PrincipalBuilder
impl Default for PrincipalBuilder
source§fn default() -> PrincipalBuilder
fn default() -> PrincipalBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PrincipalBuilder
impl PartialEq for PrincipalBuilder
source§fn eq(&self, other: &PrincipalBuilder) -> bool
fn eq(&self, other: &PrincipalBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PrincipalBuilder
Auto Trait Implementations§
impl Freeze for PrincipalBuilder
impl RefUnwindSafe for PrincipalBuilder
impl Send for PrincipalBuilder
impl Sync for PrincipalBuilder
impl Unpin for PrincipalBuilder
impl UnwindSafe for PrincipalBuilder
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.