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