#[non_exhaustive]pub struct DeleteBrokerOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteBrokerOutput
.
Implementations§
source§impl DeleteBrokerOutputBuilder
impl DeleteBrokerOutputBuilder
sourcepub fn broker_id(self, input: impl Into<String>) -> Self
pub fn broker_id(self, input: impl Into<String>) -> Self
The unique ID that Amazon MQ generates for the broker.
sourcepub fn set_broker_id(self, input: Option<String>) -> Self
pub fn set_broker_id(self, input: Option<String>) -> Self
The unique ID that Amazon MQ generates for the broker.
sourcepub fn get_broker_id(&self) -> &Option<String>
pub fn get_broker_id(&self) -> &Option<String>
The unique ID that Amazon MQ generates for the broker.
sourcepub fn build(self) -> DeleteBrokerOutput
pub fn build(self) -> DeleteBrokerOutput
Consumes the builder and constructs a DeleteBrokerOutput
.
Trait Implementations§
source§impl Clone for DeleteBrokerOutputBuilder
impl Clone for DeleteBrokerOutputBuilder
source§fn clone(&self) -> DeleteBrokerOutputBuilder
fn clone(&self) -> DeleteBrokerOutputBuilder
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 DeleteBrokerOutputBuilder
impl Debug for DeleteBrokerOutputBuilder
source§impl Default for DeleteBrokerOutputBuilder
impl Default for DeleteBrokerOutputBuilder
source§fn default() -> DeleteBrokerOutputBuilder
fn default() -> DeleteBrokerOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteBrokerOutputBuilder
impl PartialEq for DeleteBrokerOutputBuilder
source§fn eq(&self, other: &DeleteBrokerOutputBuilder) -> bool
fn eq(&self, other: &DeleteBrokerOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteBrokerOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteBrokerOutputBuilder
impl RefUnwindSafe for DeleteBrokerOutputBuilder
impl Send for DeleteBrokerOutputBuilder
impl Sync for DeleteBrokerOutputBuilder
impl Unpin for DeleteBrokerOutputBuilder
impl UnwindSafe for DeleteBrokerOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.