Struct aws_sdk_personalize::operation::describe_feature_transformation::builders::DescribeFeatureTransformationOutputBuilder
source · #[non_exhaustive]pub struct DescribeFeatureTransformationOutputBuilder { /* private fields */ }Expand description
A builder for DescribeFeatureTransformationOutput.
Implementations§
source§impl DescribeFeatureTransformationOutputBuilder
impl DescribeFeatureTransformationOutputBuilder
sourcepub fn feature_transformation(self, input: FeatureTransformation) -> Self
pub fn feature_transformation(self, input: FeatureTransformation) -> Self
A listing of the FeatureTransformation properties.
sourcepub fn set_feature_transformation(
self,
input: Option<FeatureTransformation>
) -> Self
pub fn set_feature_transformation( self, input: Option<FeatureTransformation> ) -> Self
A listing of the FeatureTransformation properties.
sourcepub fn get_feature_transformation(&self) -> &Option<FeatureTransformation>
pub fn get_feature_transformation(&self) -> &Option<FeatureTransformation>
A listing of the FeatureTransformation properties.
sourcepub fn build(self) -> DescribeFeatureTransformationOutput
pub fn build(self) -> DescribeFeatureTransformationOutput
Consumes the builder and constructs a DescribeFeatureTransformationOutput.
Trait Implementations§
source§impl Clone for DescribeFeatureTransformationOutputBuilder
impl Clone for DescribeFeatureTransformationOutputBuilder
source§fn clone(&self) -> DescribeFeatureTransformationOutputBuilder
fn clone(&self) -> DescribeFeatureTransformationOutputBuilder
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 DescribeFeatureTransformationOutputBuilder
impl Default for DescribeFeatureTransformationOutputBuilder
source§fn default() -> DescribeFeatureTransformationOutputBuilder
fn default() -> DescribeFeatureTransformationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeFeatureTransformationOutputBuilder
impl PartialEq for DescribeFeatureTransformationOutputBuilder
source§fn eq(&self, other: &DescribeFeatureTransformationOutputBuilder) -> bool
fn eq(&self, other: &DescribeFeatureTransformationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeFeatureTransformationOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeFeatureTransformationOutputBuilder
impl RefUnwindSafe for DescribeFeatureTransformationOutputBuilder
impl Send for DescribeFeatureTransformationOutputBuilder
impl Sync for DescribeFeatureTransformationOutputBuilder
impl Unpin for DescribeFeatureTransformationOutputBuilder
impl UnwindSafe for DescribeFeatureTransformationOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.