Struct aws_sdk_applicationinsights::operation::describe_component_configuration_recommendation::builders::DescribeComponentConfigurationRecommendationOutputBuilder
source · #[non_exhaustive]pub struct DescribeComponentConfigurationRecommendationOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeComponentConfigurationRecommendationOutput
.
Implementations§
source§impl DescribeComponentConfigurationRecommendationOutputBuilder
impl DescribeComponentConfigurationRecommendationOutputBuilder
sourcepub fn component_configuration(self, input: impl Into<String>) -> Self
pub fn component_configuration(self, input: impl Into<String>) -> Self
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
sourcepub fn set_component_configuration(self, input: Option<String>) -> Self
pub fn set_component_configuration(self, input: Option<String>) -> Self
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
sourcepub fn get_component_configuration(&self) -> &Option<String>
pub fn get_component_configuration(&self) -> &Option<String>
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
sourcepub fn build(self) -> DescribeComponentConfigurationRecommendationOutput
pub fn build(self) -> DescribeComponentConfigurationRecommendationOutput
Consumes the builder and constructs a DescribeComponentConfigurationRecommendationOutput
.
Trait Implementations§
source§impl Clone for DescribeComponentConfigurationRecommendationOutputBuilder
impl Clone for DescribeComponentConfigurationRecommendationOutputBuilder
source§fn clone(&self) -> DescribeComponentConfigurationRecommendationOutputBuilder
fn clone(&self) -> DescribeComponentConfigurationRecommendationOutputBuilder
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 DescribeComponentConfigurationRecommendationOutputBuilder
impl Default for DescribeComponentConfigurationRecommendationOutputBuilder
source§fn default() -> DescribeComponentConfigurationRecommendationOutputBuilder
fn default() -> DescribeComponentConfigurationRecommendationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeComponentConfigurationRecommendationOutputBuilder
impl PartialEq for DescribeComponentConfigurationRecommendationOutputBuilder
source§fn eq(
&self,
other: &DescribeComponentConfigurationRecommendationOutputBuilder
) -> bool
fn eq( &self, other: &DescribeComponentConfigurationRecommendationOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeComponentConfigurationRecommendationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeComponentConfigurationRecommendationOutputBuilder
impl Send for DescribeComponentConfigurationRecommendationOutputBuilder
impl Sync for DescribeComponentConfigurationRecommendationOutputBuilder
impl Unpin for DescribeComponentConfigurationRecommendationOutputBuilder
impl UnwindSafe for DescribeComponentConfigurationRecommendationOutputBuilder
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.