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