Struct aws_sdk_applicationinsights::operation::describe_observation::builders::DescribeObservationOutputBuilder
source · #[non_exhaustive]pub struct DescribeObservationOutputBuilder { /* private fields */ }Expand description
A builder for DescribeObservationOutput.
Implementations§
source§impl DescribeObservationOutputBuilder
impl DescribeObservationOutputBuilder
sourcepub fn observation(self, input: Observation) -> Self
pub fn observation(self, input: Observation) -> Self
Information about the observation.
sourcepub fn set_observation(self, input: Option<Observation>) -> Self
pub fn set_observation(self, input: Option<Observation>) -> Self
Information about the observation.
sourcepub fn get_observation(&self) -> &Option<Observation>
pub fn get_observation(&self) -> &Option<Observation>
Information about the observation.
sourcepub fn build(self) -> DescribeObservationOutput
pub fn build(self) -> DescribeObservationOutput
Consumes the builder and constructs a DescribeObservationOutput.
Trait Implementations§
source§impl Clone for DescribeObservationOutputBuilder
impl Clone for DescribeObservationOutputBuilder
source§fn clone(&self) -> DescribeObservationOutputBuilder
fn clone(&self) -> DescribeObservationOutputBuilder
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 DescribeObservationOutputBuilder
impl Default for DescribeObservationOutputBuilder
source§fn default() -> DescribeObservationOutputBuilder
fn default() -> DescribeObservationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeObservationOutputBuilder
impl PartialEq for DescribeObservationOutputBuilder
source§fn eq(&self, other: &DescribeObservationOutputBuilder) -> bool
fn eq(&self, other: &DescribeObservationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeObservationOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeObservationOutputBuilder
impl RefUnwindSafe for DescribeObservationOutputBuilder
impl Send for DescribeObservationOutputBuilder
impl Sync for DescribeObservationOutputBuilder
impl Unpin for DescribeObservationOutputBuilder
impl UnwindSafe for DescribeObservationOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.