Struct aws_sdk_applicationinsights::operation::describe_problem_observations::builders::DescribeProblemObservationsOutputBuilder
source · #[non_exhaustive]pub struct DescribeProblemObservationsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeProblemObservationsOutput
.
Implementations§
source§impl DescribeProblemObservationsOutputBuilder
impl DescribeProblemObservationsOutputBuilder
Observations related to the problem.
Observations related to the problem.
Observations related to the problem.
sourcepub fn build(self) -> DescribeProblemObservationsOutput
pub fn build(self) -> DescribeProblemObservationsOutput
Consumes the builder and constructs a DescribeProblemObservationsOutput
.
Trait Implementations§
source§impl Clone for DescribeProblemObservationsOutputBuilder
impl Clone for DescribeProblemObservationsOutputBuilder
source§fn clone(&self) -> DescribeProblemObservationsOutputBuilder
fn clone(&self) -> DescribeProblemObservationsOutputBuilder
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 DescribeProblemObservationsOutputBuilder
impl Default for DescribeProblemObservationsOutputBuilder
source§fn default() -> DescribeProblemObservationsOutputBuilder
fn default() -> DescribeProblemObservationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeProblemObservationsOutputBuilder> for DescribeProblemObservationsOutputBuilder
impl PartialEq<DescribeProblemObservationsOutputBuilder> for DescribeProblemObservationsOutputBuilder
source§fn eq(&self, other: &DescribeProblemObservationsOutputBuilder) -> bool
fn eq(&self, other: &DescribeProblemObservationsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeProblemObservationsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeProblemObservationsOutputBuilder
impl Send for DescribeProblemObservationsOutputBuilder
impl Sync for DescribeProblemObservationsOutputBuilder
impl Unpin for DescribeProblemObservationsOutputBuilder
impl UnwindSafe for DescribeProblemObservationsOutputBuilder
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