#[non_exhaustive]pub struct GetUserDetailsInput { /* private fields */ }
Implementations§
source§impl GetUserDetailsInput
impl GetUserDetailsInput
sourcepub fn builder() -> GetUserDetailsInputBuilder
pub fn builder() -> GetUserDetailsInputBuilder
Creates a new builder-style object to manufacture GetUserDetailsInput
.
source§impl GetUserDetailsInput
impl GetUserDetailsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUserDetails, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetUserDetails, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetUserDetails
>
Trait Implementations§
source§impl Clone for GetUserDetailsInput
impl Clone for GetUserDetailsInput
source§fn clone(&self) -> GetUserDetailsInput
fn clone(&self) -> GetUserDetailsInput
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 GetUserDetailsInput
impl Debug for GetUserDetailsInput
source§impl PartialEq<GetUserDetailsInput> for GetUserDetailsInput
impl PartialEq<GetUserDetailsInput> for GetUserDetailsInput
source§fn eq(&self, other: &GetUserDetailsInput) -> bool
fn eq(&self, other: &GetUserDetailsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.