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