Struct aws_sdk_applicationinsights::operation::describe_problem_observations::builders::DescribeProblemObservationsInputBuilder
source · #[non_exhaustive]pub struct DescribeProblemObservationsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeProblemObservationsInput
.
Implementations§
source§impl DescribeProblemObservationsInputBuilder
impl DescribeProblemObservationsInputBuilder
sourcepub fn problem_id(self, input: impl Into<String>) -> Self
pub fn problem_id(self, input: impl Into<String>) -> Self
The ID of the problem.
sourcepub fn set_problem_id(self, input: Option<String>) -> Self
pub fn set_problem_id(self, input: Option<String>) -> Self
The ID of the problem.
sourcepub fn get_problem_id(&self) -> &Option<String>
pub fn get_problem_id(&self) -> &Option<String>
The ID of the problem.
sourcepub fn build(self) -> Result<DescribeProblemObservationsInput, BuildError>
pub fn build(self) -> Result<DescribeProblemObservationsInput, BuildError>
Consumes the builder and constructs a DescribeProblemObservationsInput
.
source§impl DescribeProblemObservationsInputBuilder
impl DescribeProblemObservationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeProblemObservationsOutput, SdkError<DescribeProblemObservationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeProblemObservationsOutput, SdkError<DescribeProblemObservationsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeProblemObservationsInputBuilder
impl Clone for DescribeProblemObservationsInputBuilder
source§fn clone(&self) -> DescribeProblemObservationsInputBuilder
fn clone(&self) -> DescribeProblemObservationsInputBuilder
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 DescribeProblemObservationsInputBuilder
impl Default for DescribeProblemObservationsInputBuilder
source§fn default() -> DescribeProblemObservationsInputBuilder
fn default() -> DescribeProblemObservationsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeProblemObservationsInputBuilder> for DescribeProblemObservationsInputBuilder
impl PartialEq<DescribeProblemObservationsInputBuilder> for DescribeProblemObservationsInputBuilder
source§fn eq(&self, other: &DescribeProblemObservationsInputBuilder) -> bool
fn eq(&self, other: &DescribeProblemObservationsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeProblemObservationsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeProblemObservationsInputBuilder
impl Send for DescribeProblemObservationsInputBuilder
impl Sync for DescribeProblemObservationsInputBuilder
impl Unpin for DescribeProblemObservationsInputBuilder
impl UnwindSafe for DescribeProblemObservationsInputBuilder
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