Struct aws_sdk_devopsguru::operation::describe_feedback::builders::DescribeFeedbackFluentBuilder
source · pub struct DescribeFeedbackFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeFeedback
.
Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
Implementations§
source§impl DescribeFeedbackFluentBuilder
impl DescribeFeedbackFluentBuilder
sourcepub fn as_input(&self) -> &DescribeFeedbackInputBuilder
pub fn as_input(&self) -> &DescribeFeedbackInputBuilder
Access the DescribeFeedback as a reference.
sourcepub async fn send(
self
) -> Result<DescribeFeedbackOutput, SdkError<DescribeFeedbackError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeFeedbackOutput, SdkError<DescribeFeedbackError, HttpResponse>>
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.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeFeedbackOutput, DescribeFeedbackError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeFeedbackOutput, DescribeFeedbackError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn insight_id(self, input: impl Into<String>) -> Self
pub fn insight_id(self, input: impl Into<String>) -> Self
The ID of the insight for which the feedback was provided.
sourcepub fn set_insight_id(self, input: Option<String>) -> Self
pub fn set_insight_id(self, input: Option<String>) -> Self
The ID of the insight for which the feedback was provided.
sourcepub fn get_insight_id(&self) -> &Option<String>
pub fn get_insight_id(&self) -> &Option<String>
The ID of the insight for which the feedback was provided.
Trait Implementations§
source§impl Clone for DescribeFeedbackFluentBuilder
impl Clone for DescribeFeedbackFluentBuilder
source§fn clone(&self) -> DescribeFeedbackFluentBuilder
fn clone(&self) -> DescribeFeedbackFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more