Struct aws_sdk_codeguruprofiler::client::fluent_builders::SubmitFeedback [−][src]
pub struct SubmitFeedback<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to SubmitFeedback
.
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
Implementations
impl<C, M, R> SubmitFeedback<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> SubmitFeedback<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<SubmitFeedbackOutput, SdkError<SubmitFeedbackError>> where
R::Policy: SmithyRetryPolicy<SubmitFeedbackInputOperationOutputAlias, SubmitFeedbackOutput, SubmitFeedbackError, SubmitFeedbackInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<SubmitFeedbackOutput, SdkError<SubmitFeedbackError>> where
R::Policy: SmithyRetryPolicy<SubmitFeedbackInputOperationOutputAlias, SubmitFeedbackOutput, SubmitFeedbackError, SubmitFeedbackInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The name of the profiling group that is associated with the analysis data.
The name of the profiling group that is associated with the analysis data.
The universally unique identifier (UUID) of the
AnomalyInstance
object
that is included in the analysis data.
The universally unique identifier (UUID) of the
AnomalyInstance
object
that is included in the analysis data.
The feedback tpye. Thee are two valid values, Positive
and Negative
.
The feedback tpye. Thee are two valid values, Positive
and Negative
.
Optional feedback about this anomaly.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for SubmitFeedback<C, M, R>
impl<C, M, R> Send for SubmitFeedback<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for SubmitFeedback<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for SubmitFeedback<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for SubmitFeedback<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more