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