Struct aws_sdk_codegurureviewer::operation::list_recommendation_feedback::builders::ListRecommendationFeedbackOutputBuilder
source · #[non_exhaustive]pub struct ListRecommendationFeedbackOutputBuilder { /* private fields */ }Expand description
A builder for ListRecommendationFeedbackOutput.
Implementations§
source§impl ListRecommendationFeedbackOutputBuilder
impl ListRecommendationFeedbackOutputBuilder
sourcepub fn recommendation_feedback_summaries(
self,
input: RecommendationFeedbackSummary
) -> Self
pub fn recommendation_feedback_summaries( self, input: RecommendationFeedbackSummary ) -> Self
Appends an item to recommendation_feedback_summaries.
To override the contents of this collection use set_recommendation_feedback_summaries.
Recommendation feedback summaries corresponding to the code review ARN.
sourcepub fn set_recommendation_feedback_summaries(
self,
input: Option<Vec<RecommendationFeedbackSummary>>
) -> Self
pub fn set_recommendation_feedback_summaries( self, input: Option<Vec<RecommendationFeedbackSummary>> ) -> Self
Recommendation feedback summaries corresponding to the code review ARN.
sourcepub fn get_recommendation_feedback_summaries(
&self
) -> &Option<Vec<RecommendationFeedbackSummary>>
pub fn get_recommendation_feedback_summaries( &self ) -> &Option<Vec<RecommendationFeedbackSummary>>
Recommendation feedback summaries corresponding to the code review ARN.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
sourcepub fn build(self) -> ListRecommendationFeedbackOutput
pub fn build(self) -> ListRecommendationFeedbackOutput
Consumes the builder and constructs a ListRecommendationFeedbackOutput.
Trait Implementations§
source§impl Clone for ListRecommendationFeedbackOutputBuilder
impl Clone for ListRecommendationFeedbackOutputBuilder
source§fn clone(&self) -> ListRecommendationFeedbackOutputBuilder
fn clone(&self) -> ListRecommendationFeedbackOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListRecommendationFeedbackOutputBuilder
impl Default for ListRecommendationFeedbackOutputBuilder
source§fn default() -> ListRecommendationFeedbackOutputBuilder
fn default() -> ListRecommendationFeedbackOutputBuilder
source§impl PartialEq for ListRecommendationFeedbackOutputBuilder
impl PartialEq for ListRecommendationFeedbackOutputBuilder
source§fn eq(&self, other: &ListRecommendationFeedbackOutputBuilder) -> bool
fn eq(&self, other: &ListRecommendationFeedbackOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.