#[non_exhaustive]pub struct ReplaceTopicRuleInput { /* private fields */ }Expand description
The input for the ReplaceTopicRule operation.
Implementations§
source§impl ReplaceTopicRuleInput
impl ReplaceTopicRuleInput
sourcepub fn topic_rule_payload(&self) -> Option<&TopicRulePayload>
pub fn topic_rule_payload(&self) -> Option<&TopicRulePayload>
The rule payload.
source§impl ReplaceTopicRuleInput
impl ReplaceTopicRuleInput
sourcepub fn builder() -> ReplaceTopicRuleInputBuilder
pub fn builder() -> ReplaceTopicRuleInputBuilder
Creates a new builder-style object to manufacture ReplaceTopicRuleInput.
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>
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 ==.impl StructuralPartialEq for ReplaceTopicRuleInput
Auto Trait Implementations§
impl RefUnwindSafe for ReplaceTopicRuleInput
impl Send for ReplaceTopicRuleInput
impl Sync for ReplaceTopicRuleInput
impl Unpin for ReplaceTopicRuleInput
impl UnwindSafe for ReplaceTopicRuleInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more