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