Struct aws_sdk_codegurureviewer::input::list_recommendation_feedback_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ListRecommendationFeedbackInput
Implementations
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.
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.
The maximum number of results that are returned per call. The default is 100.
The maximum number of results that are returned per call. The default is 100.
The Amazon Resource Name (ARN) of the CodeReview object.
The Amazon Resource Name (ARN) of the CodeReview object.
Appends an item to user_ids.
To override the contents of this collection use set_user_ids.
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.
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.
Appends an item to recommendation_ids.
To override the contents of this collection use set_recommendation_ids.
Used to query the recommendation feedback for a given recommendation.
Used to query the recommendation feedback for a given recommendation.
Consumes the builder and constructs a ListRecommendationFeedbackInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
