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