#[non_exhaustive]pub struct ListRecommendationsInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRecommendationsInput
.
source§impl 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§
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 ==
.