Struct aws_sdk_personalize::operation::create_solution::builders::CreateSolutionOutputBuilder
source · #[non_exhaustive]pub struct CreateSolutionOutputBuilder { /* private fields */ }
Expand description
A builder for CreateSolutionOutput
.
Implementations§
source§impl CreateSolutionOutputBuilder
impl CreateSolutionOutputBuilder
sourcepub fn solution_arn(self, input: impl Into<String>) -> Self
pub fn solution_arn(self, input: impl Into<String>) -> Self
The ARN of the solution.
sourcepub fn set_solution_arn(self, input: Option<String>) -> Self
pub fn set_solution_arn(self, input: Option<String>) -> Self
The ARN of the solution.
sourcepub fn build(self) -> CreateSolutionOutput
pub fn build(self) -> CreateSolutionOutput
Consumes the builder and constructs a CreateSolutionOutput
.
Trait Implementations§
source§impl Clone for CreateSolutionOutputBuilder
impl Clone for CreateSolutionOutputBuilder
source§fn clone(&self) -> CreateSolutionOutputBuilder
fn clone(&self) -> CreateSolutionOutputBuilder
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 CreateSolutionOutputBuilder
impl Debug for CreateSolutionOutputBuilder
source§impl Default for CreateSolutionOutputBuilder
impl Default for CreateSolutionOutputBuilder
source§fn default() -> CreateSolutionOutputBuilder
fn default() -> CreateSolutionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateSolutionOutputBuilder> for CreateSolutionOutputBuilder
impl PartialEq<CreateSolutionOutputBuilder> for CreateSolutionOutputBuilder
source§fn eq(&self, other: &CreateSolutionOutputBuilder) -> bool
fn eq(&self, other: &CreateSolutionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.