#[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 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<UpdateAuthorizerOutputBuilder> for UpdateAuthorizerOutputBuilder
impl PartialEq<UpdateAuthorizerOutputBuilder> 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 ==
.