Struct aws_sdk_codegurureviewer::operation::describe_recommendation_feedback::DescribeRecommendationFeedbackOutput
source · #[non_exhaustive]pub struct DescribeRecommendationFeedbackOutput { /* private fields */ }Implementations§
source§impl DescribeRecommendationFeedbackOutput
impl DescribeRecommendationFeedbackOutput
sourcepub fn recommendation_feedback(&self) -> Option<&RecommendationFeedback>
pub fn recommendation_feedback(&self) -> Option<&RecommendationFeedback>
The recommendation feedback given by the user.
source§impl DescribeRecommendationFeedbackOutput
impl DescribeRecommendationFeedbackOutput
sourcepub fn builder() -> DescribeRecommendationFeedbackOutputBuilder
pub fn builder() -> DescribeRecommendationFeedbackOutputBuilder
Creates a new builder-style object to manufacture DescribeRecommendationFeedbackOutput.
Trait Implementations§
source§impl Clone for DescribeRecommendationFeedbackOutput
impl Clone for DescribeRecommendationFeedbackOutput
source§fn clone(&self) -> DescribeRecommendationFeedbackOutput
fn clone(&self) -> DescribeRecommendationFeedbackOutput
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 PartialEq<DescribeRecommendationFeedbackOutput> for DescribeRecommendationFeedbackOutput
impl PartialEq<DescribeRecommendationFeedbackOutput> for DescribeRecommendationFeedbackOutput
source§fn eq(&self, other: &DescribeRecommendationFeedbackOutput) -> bool
fn eq(&self, other: &DescribeRecommendationFeedbackOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeRecommendationFeedbackOutput
impl RequestId for DescribeRecommendationFeedbackOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.