Struct aws_sdk_personalize::input::UpdateRecommenderInput
source · #[non_exhaustive]pub struct UpdateRecommenderInput { /* private fields */ }
Implementations§
source§impl UpdateRecommenderInput
impl UpdateRecommenderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRecommender, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRecommender, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateRecommender
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRecommenderInput
.
source§impl UpdateRecommenderInput
impl UpdateRecommenderInput
sourcepub fn recommender_arn(&self) -> Option<&str>
pub fn recommender_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the recommender to modify.
sourcepub fn recommender_config(&self) -> Option<&RecommenderConfig>
pub fn recommender_config(&self) -> Option<&RecommenderConfig>
The configuration details of the recommender.
Trait Implementations§
source§impl Clone for UpdateRecommenderInput
impl Clone for UpdateRecommenderInput
source§fn clone(&self) -> UpdateRecommenderInput
fn clone(&self) -> UpdateRecommenderInput
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 UpdateRecommenderInput
impl Debug for UpdateRecommenderInput
source§impl PartialEq<UpdateRecommenderInput> for UpdateRecommenderInput
impl PartialEq<UpdateRecommenderInput> for UpdateRecommenderInput
source§fn eq(&self, other: &UpdateRecommenderInput) -> bool
fn eq(&self, other: &UpdateRecommenderInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.