#[non_exhaustive]pub struct GetRecommendationPreferencesOutput { /* private fields */ }Implementations§
source§impl GetRecommendationPreferencesOutput
impl GetRecommendationPreferencesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to advance to the next page of recommendation preferences.
This value is null when there are no more pages of recommendation preferences to return.
sourcepub fn recommendation_preferences_details(
&self
) -> Option<&[RecommendationPreferencesDetail]>
pub fn recommendation_preferences_details(
&self
) -> Option<&[RecommendationPreferencesDetail]>
An array of objects that describe recommendation preferences.
source§impl GetRecommendationPreferencesOutput
impl GetRecommendationPreferencesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRecommendationPreferencesOutput.
Trait Implementations§
source§impl Clone for GetRecommendationPreferencesOutput
impl Clone for GetRecommendationPreferencesOutput
source§fn clone(&self) -> GetRecommendationPreferencesOutput
fn clone(&self) -> GetRecommendationPreferencesOutput
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 more