#[non_exhaustive]pub struct ListRecommendationsInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRecommendationsInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for ListRecommendationsInput
impl Clone for ListRecommendationsInput
sourcefn clone(&self) -> ListRecommendationsInput
fn clone(&self) -> ListRecommendationsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListRecommendationsInput
impl Debug for ListRecommendationsInput
sourceimpl PartialEq<ListRecommendationsInput> for ListRecommendationsInput
impl PartialEq<ListRecommendationsInput> for ListRecommendationsInput
sourcefn eq(&self, other: &ListRecommendationsInput) -> bool
fn eq(&self, other: &ListRecommendationsInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more