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