#[non_exhaustive]pub struct ListRecommendationsOutput { /* private fields */ }Implementations§
source§impl ListRecommendationsOutput
impl ListRecommendationsOutput
sourcepub fn recommendation_summaries(&self) -> Option<&[RecommendationSummary]>
pub fn recommendation_summaries(&self) -> Option<&[RecommendationSummary]>
List of recommendations for the requested code review.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
source§impl ListRecommendationsOutput
impl ListRecommendationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRecommendationsOutput.
Trait Implementations§
source§impl Clone for ListRecommendationsOutput
impl Clone for ListRecommendationsOutput
source§fn clone(&self) -> ListRecommendationsOutput
fn clone(&self) -> ListRecommendationsOutput
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 Debug for ListRecommendationsOutput
impl Debug for ListRecommendationsOutput
source§impl PartialEq<ListRecommendationsOutput> for ListRecommendationsOutput
impl PartialEq<ListRecommendationsOutput> for ListRecommendationsOutput
source§fn eq(&self, other: &ListRecommendationsOutput) -> bool
fn eq(&self, other: &ListRecommendationsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.