Struct aws_sdk_codeguruprofiler::model::user_feedback::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UserFeedback
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: FeedbackType) -> Self
pub fn type(self, input: FeedbackType) -> Self
Optional Positive
or Negative
feedback submitted by the user about whether the recommendation is useful or not.
sourcepub fn set_type(self, input: Option<FeedbackType>) -> Self
pub fn set_type(self, input: Option<FeedbackType>) -> Self
Optional Positive
or Negative
feedback submitted by the user about whether the recommendation is useful or not.
sourcepub fn build(self) -> UserFeedback
pub fn build(self) -> UserFeedback
Consumes the builder and constructs a UserFeedback
.