pub struct DeleteSlackChannelConfiguration { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteSlackChannelConfiguration
.
Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't delete your Slack channel.
Implementations§
source§impl DeleteSlackChannelConfiguration
impl DeleteSlackChannelConfiguration
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteSlackChannelConfiguration, AwsResponseRetryClassifier>, SdkError<DeleteSlackChannelConfigurationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteSlackChannelConfiguration, AwsResponseRetryClassifier>, SdkError<DeleteSlackChannelConfigurationError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DeleteSlackChannelConfigurationOutput, SdkError<DeleteSlackChannelConfigurationError>>
pub async fn send(
self
) -> Result<DeleteSlackChannelConfigurationOutput, SdkError<DeleteSlackChannelConfigurationError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn team_id(self, input: impl Into<String>) -> Self
pub fn team_id(self, input: impl Into<String>) -> Self
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG
.
sourcepub fn set_team_id(self, input: Option<String>) -> Self
pub fn set_team_id(self, input: Option<String>) -> Self
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG
.
sourcepub fn channel_id(self, input: impl Into<String>) -> Self
pub fn channel_id(self, input: impl Into<String>) -> Self
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
sourcepub fn set_channel_id(self, input: Option<String>) -> Self
pub fn set_channel_id(self, input: Option<String>) -> Self
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
Trait Implementations§
source§impl Clone for DeleteSlackChannelConfiguration
impl Clone for DeleteSlackChannelConfiguration
source§fn clone(&self) -> DeleteSlackChannelConfiguration
fn clone(&self) -> DeleteSlackChannelConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more