pub struct ConfirmTopicRuleDestination { /* private fields */ }
Expand description
Fluent builder constructing a request to ConfirmTopicRuleDestination
.
Confirms a topic rule destination. When you create a rule requiring a destination, IoT sends a confirmation message to the endpoint or base address you specify. The message includes a token which you pass back when calling ConfirmTopicRuleDestination
to confirm that you own or have access to the endpoint.
Requires permission to access the ConfirmTopicRuleDestination action.
Implementations§
source§impl ConfirmTopicRuleDestination
impl ConfirmTopicRuleDestination
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ConfirmTopicRuleDestination, AwsResponseRetryClassifier>, SdkError<ConfirmTopicRuleDestinationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ConfirmTopicRuleDestination, AwsResponseRetryClassifier>, SdkError<ConfirmTopicRuleDestinationError>>
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<ConfirmTopicRuleDestinationOutput, SdkError<ConfirmTopicRuleDestinationError>>
pub async fn send(
self
) -> Result<ConfirmTopicRuleDestinationOutput, SdkError<ConfirmTopicRuleDestinationError>>
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 confirmation_token(self, input: impl Into<String>) -> Self
pub fn confirmation_token(self, input: impl Into<String>) -> Self
The token used to confirm ownership or access to the topic rule confirmation URL.
sourcepub fn set_confirmation_token(self, input: Option<String>) -> Self
pub fn set_confirmation_token(self, input: Option<String>) -> Self
The token used to confirm ownership or access to the topic rule confirmation URL.
Trait Implementations§
source§impl Clone for ConfirmTopicRuleDestination
impl Clone for ConfirmTopicRuleDestination
source§fn clone(&self) -> ConfirmTopicRuleDestination
fn clone(&self) -> ConfirmTopicRuleDestination
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more