#[non_exhaustive]pub struct RebootBrokerInputBuilder { /* private fields */ }Expand description
A builder for RebootBrokerInput.
Implementations§
source§impl RebootBrokerInputBuilder
impl RebootBrokerInputBuilder
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 build(self) -> Result<RebootBrokerInput, BuildError>
pub fn build(self) -> Result<RebootBrokerInput, BuildError>
Consumes the builder and constructs a RebootBrokerInput.
Trait Implementations§
source§impl Clone for RebootBrokerInputBuilder
impl Clone for RebootBrokerInputBuilder
source§fn clone(&self) -> RebootBrokerInputBuilder
fn clone(&self) -> RebootBrokerInputBuilder
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 RebootBrokerInputBuilder
impl Debug for RebootBrokerInputBuilder
source§impl Default for RebootBrokerInputBuilder
impl Default for RebootBrokerInputBuilder
source§fn default() -> RebootBrokerInputBuilder
fn default() -> RebootBrokerInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RebootBrokerInputBuilder> for RebootBrokerInputBuilder
impl PartialEq<RebootBrokerInputBuilder> for RebootBrokerInputBuilder
source§fn eq(&self, other: &RebootBrokerInputBuilder) -> bool
fn eq(&self, other: &RebootBrokerInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.