#[non_exhaustive]pub struct ListRecommendationsInput { /* private fields */ }Implementations§
source§impl ListRecommendationsInput
impl ListRecommendationsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
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.
source§impl ListRecommendationsInput
impl ListRecommendationsInput
sourcepub fn builder() -> ListRecommendationsInputBuilder
pub fn builder() -> ListRecommendationsInputBuilder
Creates a new builder-style object to manufacture ListRecommendationsInput.
source§impl ListRecommendationsInput
impl ListRecommendationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecommendations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListRecommendations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRecommendations>
Trait Implementations§
source§impl Clone for ListRecommendationsInput
impl Clone for ListRecommendationsInput
source§fn clone(&self) -> ListRecommendationsInput
fn clone(&self) -> ListRecommendationsInput
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 ListRecommendationsInput
impl Debug for ListRecommendationsInput
source§impl PartialEq<ListRecommendationsInput> for ListRecommendationsInput
impl PartialEq<ListRecommendationsInput> for ListRecommendationsInput
source§fn eq(&self, other: &ListRecommendationsInput) -> bool
fn eq(&self, other: &ListRecommendationsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListRecommendationsInput
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more