Struct aws_sdk_mq::operation::describe_configuration_revision::builders::DescribeConfigurationRevisionOutputBuilder
source · #[non_exhaustive]pub struct DescribeConfigurationRevisionOutputBuilder { /* private fields */ }Expand description
A builder for DescribeConfigurationRevisionOutput.
Implementations§
source§impl DescribeConfigurationRevisionOutputBuilder
impl DescribeConfigurationRevisionOutputBuilder
sourcepub fn configuration_id(self, input: impl Into<String>) -> Self
pub fn configuration_id(self, input: impl Into<String>) -> Self
Required. The unique ID that Amazon MQ generates for the configuration.
sourcepub fn set_configuration_id(self, input: Option<String>) -> Self
pub fn set_configuration_id(self, input: Option<String>) -> Self
Required. The unique ID that Amazon MQ generates for the configuration.
sourcepub fn created(self, input: DateTime) -> Self
pub fn created(self, input: DateTime) -> Self
Required. The date and time of the configuration.
sourcepub fn set_created(self, input: Option<DateTime>) -> Self
pub fn set_created(self, input: Option<DateTime>) -> Self
Required. The date and time of the configuration.
sourcepub fn data(self, input: impl Into<String>) -> Self
pub fn data(self, input: impl Into<String>) -> Self
Required. The base64-encoded XML configuration.
sourcepub fn set_data(self, input: Option<String>) -> Self
pub fn set_data(self, input: Option<String>) -> Self
Required. The base64-encoded XML configuration.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the configuration.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the configuration.
sourcepub fn build(self) -> DescribeConfigurationRevisionOutput
pub fn build(self) -> DescribeConfigurationRevisionOutput
Consumes the builder and constructs a DescribeConfigurationRevisionOutput.
Trait Implementations§
source§impl Clone for DescribeConfigurationRevisionOutputBuilder
impl Clone for DescribeConfigurationRevisionOutputBuilder
source§fn clone(&self) -> DescribeConfigurationRevisionOutputBuilder
fn clone(&self) -> DescribeConfigurationRevisionOutputBuilder
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 Default for DescribeConfigurationRevisionOutputBuilder
impl Default for DescribeConfigurationRevisionOutputBuilder
source§fn default() -> DescribeConfigurationRevisionOutputBuilder
fn default() -> DescribeConfigurationRevisionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeConfigurationRevisionOutputBuilder> for DescribeConfigurationRevisionOutputBuilder
impl PartialEq<DescribeConfigurationRevisionOutputBuilder> for DescribeConfigurationRevisionOutputBuilder
source§fn eq(&self, other: &DescribeConfigurationRevisionOutputBuilder) -> bool
fn eq(&self, other: &DescribeConfigurationRevisionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeConfigurationRevisionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeConfigurationRevisionOutputBuilder
impl Send for DescribeConfigurationRevisionOutputBuilder
impl Sync for DescribeConfigurationRevisionOutputBuilder
impl Unpin for DescribeConfigurationRevisionOutputBuilder
impl UnwindSafe for DescribeConfigurationRevisionOutputBuilder
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