Struct aws_sdk_codegurureviewer::input::ListRecommendationsInput [−][src]
#[non_exhaustive]pub struct ListRecommendationsInput {
pub next_token: Option<String>,
pub max_results: Option<i32>,
pub code_review_arn: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.next_token: Option<String>
Pagination token.
max_results: Option<i32>
The maximum number of results that are returned per call. The default is 100.
code_review_arn: Option<String>
The Amazon Resource Name (ARN) of the
CodeReview
object.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecommendations, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecommendations, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListRecommendations
>
Creates a new builder-style object to manufacture ListRecommendationsInput
Pagination token.
The maximum number of results that are returned per call. The default is 100.
The Amazon Resource Name (ARN) of the
CodeReview
object.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListRecommendationsInput
impl Send for ListRecommendationsInput
impl Sync for ListRecommendationsInput
impl Unpin for ListRecommendationsInput
impl UnwindSafe for ListRecommendationsInput
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