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