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