#[non_exhaustive]pub struct DeleteTopicRuleInputBuilder { /* private fields */ }
Expand description
A builder for DeleteTopicRuleInput
.
Implementations§
source§impl DeleteTopicRuleInputBuilder
impl DeleteTopicRuleInputBuilder
sourcepub fn set_rule_name(self, input: Option<String>) -> Self
pub fn set_rule_name(self, input: Option<String>) -> Self
The name of the rule.
sourcepub fn get_rule_name(&self) -> &Option<String>
pub fn get_rule_name(&self) -> &Option<String>
The name of the rule.
sourcepub fn build(self) -> Result<DeleteTopicRuleInput, BuildError>
pub fn build(self) -> Result<DeleteTopicRuleInput, BuildError>
Consumes the builder and constructs a DeleteTopicRuleInput
.
source§impl DeleteTopicRuleInputBuilder
impl DeleteTopicRuleInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteTopicRuleOutput, SdkError<DeleteTopicRuleError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteTopicRuleOutput, SdkError<DeleteTopicRuleError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteTopicRuleInputBuilder
impl Clone for DeleteTopicRuleInputBuilder
source§fn clone(&self) -> DeleteTopicRuleInputBuilder
fn clone(&self) -> DeleteTopicRuleInputBuilder
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 DeleteTopicRuleInputBuilder
impl Debug for DeleteTopicRuleInputBuilder
source§impl Default for DeleteTopicRuleInputBuilder
impl Default for DeleteTopicRuleInputBuilder
source§fn default() -> DeleteTopicRuleInputBuilder
fn default() -> DeleteTopicRuleInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteTopicRuleInputBuilder> for DeleteTopicRuleInputBuilder
impl PartialEq<DeleteTopicRuleInputBuilder> for DeleteTopicRuleInputBuilder
source§fn eq(&self, other: &DeleteTopicRuleInputBuilder) -> bool
fn eq(&self, other: &DeleteTopicRuleInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteTopicRuleInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteTopicRuleInputBuilder
impl Send for DeleteTopicRuleInputBuilder
impl Sync for DeleteTopicRuleInputBuilder
impl Unpin for DeleteTopicRuleInputBuilder
impl UnwindSafe for DeleteTopicRuleInputBuilder
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