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