#[non_exhaustive]pub struct ListRecommendationFeedbackInput { /* private fields */ }Implementations§
source§impl ListRecommendationFeedbackInput
impl ListRecommendationFeedbackInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecommendationFeedback, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecommendationFeedback, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRecommendationFeedback>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRecommendationFeedbackInput.
source§impl ListRecommendationFeedbackInput
impl ListRecommendationFeedbackInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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 max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results that are returned per call. The default is 100.
sourcepub fn code_review_arn(&self) -> Option<&str>
pub fn code_review_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the CodeReview object.
sourcepub fn user_ids(&self) -> Option<&[String]>
pub fn user_ids(&self) -> Option<&[String]>
An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.
The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.
sourcepub fn recommendation_ids(&self) -> Option<&[String]>
pub fn recommendation_ids(&self) -> Option<&[String]>
Used to query the recommendation feedback for a given recommendation.
Trait Implementations§
source§impl Clone for ListRecommendationFeedbackInput
impl Clone for ListRecommendationFeedbackInput
source§fn clone(&self) -> ListRecommendationFeedbackInput
fn clone(&self) -> ListRecommendationFeedbackInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<ListRecommendationFeedbackInput> for ListRecommendationFeedbackInput
impl PartialEq<ListRecommendationFeedbackInput> for ListRecommendationFeedbackInput
source§fn eq(&self, other: &ListRecommendationFeedbackInput) -> bool
fn eq(&self, other: &ListRecommendationFeedbackInput) -> bool
self and other values to be equal, and is used
by ==.