#[non_exhaustive]pub struct SetDefaultAuthorizerOutput { /* private fields */ }
Implementations§
source§impl SetDefaultAuthorizerOutput
impl SetDefaultAuthorizerOutput
The authorizer name.
The authorizer ARN.
source§impl SetDefaultAuthorizerOutput
impl SetDefaultAuthorizerOutput
sourcepub fn builder() -> SetDefaultAuthorizerOutputBuilder
pub fn builder() -> SetDefaultAuthorizerOutputBuilder
Creates a new builder-style object to manufacture SetDefaultAuthorizerOutput
.
Trait Implementations§
source§impl Clone for SetDefaultAuthorizerOutput
impl Clone for SetDefaultAuthorizerOutput
source§fn clone(&self) -> SetDefaultAuthorizerOutput
fn clone(&self) -> SetDefaultAuthorizerOutput
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 SetDefaultAuthorizerOutput
impl Debug for SetDefaultAuthorizerOutput
source§impl PartialEq<SetDefaultAuthorizerOutput> for SetDefaultAuthorizerOutput
impl PartialEq<SetDefaultAuthorizerOutput> for SetDefaultAuthorizerOutput
source§fn eq(&self, other: &SetDefaultAuthorizerOutput) -> bool
fn eq(&self, other: &SetDefaultAuthorizerOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for SetDefaultAuthorizerOutput
impl RequestId for SetDefaultAuthorizerOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.