#[non_exhaustive]pub struct CreateRecommenderOutput { /* private fields */ }
Implementations§
source§impl CreateRecommenderOutput
impl CreateRecommenderOutput
sourcepub fn recommender_arn(&self) -> Option<&str>
pub fn recommender_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the recommender.
source§impl CreateRecommenderOutput
impl CreateRecommenderOutput
sourcepub fn builder() -> CreateRecommenderOutputBuilder
pub fn builder() -> CreateRecommenderOutputBuilder
Creates a new builder-style object to manufacture CreateRecommenderOutput
.
Trait Implementations§
source§impl Clone for CreateRecommenderOutput
impl Clone for CreateRecommenderOutput
source§fn clone(&self) -> CreateRecommenderOutput
fn clone(&self) -> CreateRecommenderOutput
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 CreateRecommenderOutput
impl Debug for CreateRecommenderOutput
source§impl PartialEq<CreateRecommenderOutput> for CreateRecommenderOutput
impl PartialEq<CreateRecommenderOutput> for CreateRecommenderOutput
source§fn eq(&self, other: &CreateRecommenderOutput) -> bool
fn eq(&self, other: &CreateRecommenderOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateRecommenderOutput
impl RequestId for CreateRecommenderOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.