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