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