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 get_solution_version_arn(&self) -> &Option<String>
pub fn get_solution_version_arn(&self) -> &Option<String>
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 for CreateSolutionVersionOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for CreateSolutionVersionOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateSolutionVersionOutputBuilder
impl RefUnwindSafe for CreateSolutionVersionOutputBuilder
impl Send for CreateSolutionVersionOutputBuilder
impl Sync for CreateSolutionVersionOutputBuilder
impl Unpin for CreateSolutionVersionOutputBuilder
impl UnwindSafe for CreateSolutionVersionOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.