Struct aws_sdk_sagemaker::types::builders::OutputParameterBuilder
source · #[non_exhaustive]pub struct OutputParameterBuilder { /* private fields */ }
Expand description
A builder for OutputParameter
.
Implementations§
source§impl OutputParameterBuilder
impl OutputParameterBuilder
sourcepub fn build(self) -> OutputParameter
pub fn build(self) -> OutputParameter
Consumes the builder and constructs a OutputParameter
.
Trait Implementations§
source§impl Clone for OutputParameterBuilder
impl Clone for OutputParameterBuilder
source§fn clone(&self) -> OutputParameterBuilder
fn clone(&self) -> OutputParameterBuilder
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 OutputParameterBuilder
impl Debug for OutputParameterBuilder
source§impl Default for OutputParameterBuilder
impl Default for OutputParameterBuilder
source§fn default() -> OutputParameterBuilder
fn default() -> OutputParameterBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<OutputParameterBuilder> for OutputParameterBuilder
impl PartialEq<OutputParameterBuilder> for OutputParameterBuilder
source§fn eq(&self, other: &OutputParameterBuilder) -> bool
fn eq(&self, other: &OutputParameterBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.