#[non_exhaustive]pub struct UpdateAppInstanceInput { /* private fields */ }Implementations§
source§impl UpdateAppInstanceInput
 
impl UpdateAppInstanceInput
sourcepub fn builder() -> UpdateAppInstanceInputBuilder
 
pub fn builder() -> UpdateAppInstanceInputBuilder
Creates a new builder-style object to manufacture UpdateAppInstanceInput.
source§impl UpdateAppInstanceInput
 
impl UpdateAppInstanceInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateAppInstance, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateAppInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAppInstance>
Trait Implementations§
source§impl Clone for UpdateAppInstanceInput
 
impl Clone for UpdateAppInstanceInput
source§fn clone(&self) -> UpdateAppInstanceInput
 
fn clone(&self) -> UpdateAppInstanceInput
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 UpdateAppInstanceInput
 
impl Debug for UpdateAppInstanceInput
source§impl PartialEq<UpdateAppInstanceInput> for UpdateAppInstanceInput
 
impl PartialEq<UpdateAppInstanceInput> for UpdateAppInstanceInput
source§fn eq(&self, other: &UpdateAppInstanceInput) -> bool
 
fn eq(&self, other: &UpdateAppInstanceInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateAppInstanceInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAppInstanceInput
impl Send for UpdateAppInstanceInput
impl Sync for UpdateAppInstanceInput
impl Unpin for UpdateAppInstanceInput
impl UnwindSafe for UpdateAppInstanceInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more