Struct aws_sdk_devopsguru::input::ListRecommendationsInput
source · [−]#[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 insight_id(&self) -> Option<&str>
pub fn insight_id(&self) -> Option<&str>
The ID of the requested insight.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
sourcepub fn locale(&self) -> Option<&Locale>
pub fn locale(&self) -> Option<&Locale>
A locale that specifies the language to use for recommendations.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The ID of the Amazon Web Services account.
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