#[non_exhaustive]pub struct UpdateAuthorizerOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateAuthorizerOutput
.
Implementations§
source§impl UpdateAuthorizerOutputBuilder
impl UpdateAuthorizerOutputBuilder
The authorizer name.
The authorizer name.
The authorizer name.
The authorizer ARN.
The authorizer ARN.
The authorizer ARN.
sourcepub fn build(self) -> UpdateAuthorizerOutput
pub fn build(self) -> UpdateAuthorizerOutput
Consumes the builder and constructs a UpdateAuthorizerOutput
.
Trait Implementations§
source§impl Clone for UpdateAuthorizerOutputBuilder
impl Clone for UpdateAuthorizerOutputBuilder
source§fn clone(&self) -> UpdateAuthorizerOutputBuilder
fn clone(&self) -> UpdateAuthorizerOutputBuilder
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 UpdateAuthorizerOutputBuilder
impl Default for UpdateAuthorizerOutputBuilder
source§fn default() -> UpdateAuthorizerOutputBuilder
fn default() -> UpdateAuthorizerOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateAuthorizerOutputBuilder
impl PartialEq for UpdateAuthorizerOutputBuilder
source§fn eq(&self, other: &UpdateAuthorizerOutputBuilder) -> bool
fn eq(&self, other: &UpdateAuthorizerOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateAuthorizerOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAuthorizerOutputBuilder
impl Send for UpdateAuthorizerOutputBuilder
impl Sync for UpdateAuthorizerOutputBuilder
impl Unpin for UpdateAuthorizerOutputBuilder
impl UnwindSafe for UpdateAuthorizerOutputBuilder
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.