Struct aws_sdk_directory::operation::disable_client_authentication::builders::DisableClientAuthenticationOutputBuilder
source · #[non_exhaustive]pub struct DisableClientAuthenticationOutputBuilder { /* private fields */ }Expand description
A builder for DisableClientAuthenticationOutput.
Implementations§
source§impl DisableClientAuthenticationOutputBuilder
impl DisableClientAuthenticationOutputBuilder
sourcepub fn build(self) -> DisableClientAuthenticationOutput
pub fn build(self) -> DisableClientAuthenticationOutput
Consumes the builder and constructs a DisableClientAuthenticationOutput.
Trait Implementations§
source§impl Clone for DisableClientAuthenticationOutputBuilder
impl Clone for DisableClientAuthenticationOutputBuilder
source§fn clone(&self) -> DisableClientAuthenticationOutputBuilder
fn clone(&self) -> DisableClientAuthenticationOutputBuilder
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 DisableClientAuthenticationOutputBuilder
impl Default for DisableClientAuthenticationOutputBuilder
source§fn default() -> DisableClientAuthenticationOutputBuilder
fn default() -> DisableClientAuthenticationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisableClientAuthenticationOutputBuilder> for DisableClientAuthenticationOutputBuilder
impl PartialEq<DisableClientAuthenticationOutputBuilder> for DisableClientAuthenticationOutputBuilder
source§fn eq(&self, other: &DisableClientAuthenticationOutputBuilder) -> bool
fn eq(&self, other: &DisableClientAuthenticationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.