Struct aws_sdk_personalize::output::CreateSolutionOutput
source · #[non_exhaustive]pub struct CreateSolutionOutput { /* private fields */ }
Implementations§
source§impl CreateSolutionOutput
impl CreateSolutionOutput
sourcepub fn solution_arn(&self) -> Option<&str>
pub fn solution_arn(&self) -> Option<&str>
The ARN of the solution.
source§impl CreateSolutionOutput
impl CreateSolutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSolutionOutput
.
Trait Implementations§
source§impl Clone for CreateSolutionOutput
impl Clone for CreateSolutionOutput
source§fn clone(&self) -> CreateSolutionOutput
fn clone(&self) -> CreateSolutionOutput
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 CreateSolutionOutput
impl Debug for CreateSolutionOutput
source§impl PartialEq<CreateSolutionOutput> for CreateSolutionOutput
impl PartialEq<CreateSolutionOutput> for CreateSolutionOutput
source§fn eq(&self, other: &CreateSolutionOutput) -> bool
fn eq(&self, other: &CreateSolutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.