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