Struct aws_sdk_codegurureviewer::operation::describe_recommendation_feedback::builders::DescribeRecommendationFeedbackOutputBuilder
source · #[non_exhaustive]pub struct DescribeRecommendationFeedbackOutputBuilder { /* private fields */ }Expand description
A builder for DescribeRecommendationFeedbackOutput.
Implementations§
source§impl DescribeRecommendationFeedbackOutputBuilder
impl DescribeRecommendationFeedbackOutputBuilder
sourcepub fn recommendation_feedback(self, input: RecommendationFeedback) -> Self
pub fn recommendation_feedback(self, input: RecommendationFeedback) -> Self
The recommendation feedback given by the user.
sourcepub fn set_recommendation_feedback(
self,
input: Option<RecommendationFeedback>
) -> Self
pub fn set_recommendation_feedback( self, input: Option<RecommendationFeedback> ) -> Self
The recommendation feedback given by the user.
sourcepub fn get_recommendation_feedback(&self) -> &Option<RecommendationFeedback>
pub fn get_recommendation_feedback(&self) -> &Option<RecommendationFeedback>
The recommendation feedback given by the user.
sourcepub fn build(self) -> DescribeRecommendationFeedbackOutput
pub fn build(self) -> DescribeRecommendationFeedbackOutput
Consumes the builder and constructs a DescribeRecommendationFeedbackOutput.
Trait Implementations§
source§impl Clone for DescribeRecommendationFeedbackOutputBuilder
impl Clone for DescribeRecommendationFeedbackOutputBuilder
source§fn clone(&self) -> DescribeRecommendationFeedbackOutputBuilder
fn clone(&self) -> DescribeRecommendationFeedbackOutputBuilder
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 DescribeRecommendationFeedbackOutputBuilder
impl Default for DescribeRecommendationFeedbackOutputBuilder
source§fn default() -> DescribeRecommendationFeedbackOutputBuilder
fn default() -> DescribeRecommendationFeedbackOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeRecommendationFeedbackOutputBuilder
impl PartialEq for DescribeRecommendationFeedbackOutputBuilder
source§fn eq(&self, other: &DescribeRecommendationFeedbackOutputBuilder) -> bool
fn eq(&self, other: &DescribeRecommendationFeedbackOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeRecommendationFeedbackOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeRecommendationFeedbackOutputBuilder
impl RefUnwindSafe for DescribeRecommendationFeedbackOutputBuilder
impl Send for DescribeRecommendationFeedbackOutputBuilder
impl Sync for DescribeRecommendationFeedbackOutputBuilder
impl Unpin for DescribeRecommendationFeedbackOutputBuilder
impl UnwindSafe for DescribeRecommendationFeedbackOutputBuilder
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>
Creates a shared type from an unshared type.