Struct aws_sdk_personalize::operation::describe_dataset::builders::DescribeDatasetOutputBuilder
source · #[non_exhaustive]pub struct DescribeDatasetOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeDatasetOutput
.
Implementations§
source§impl DescribeDatasetOutputBuilder
impl DescribeDatasetOutputBuilder
sourcepub fn set_dataset(self, input: Option<Dataset>) -> Self
pub fn set_dataset(self, input: Option<Dataset>) -> Self
A listing of the dataset's properties.
sourcepub fn get_dataset(&self) -> &Option<Dataset>
pub fn get_dataset(&self) -> &Option<Dataset>
A listing of the dataset's properties.
sourcepub fn build(self) -> DescribeDatasetOutput
pub fn build(self) -> DescribeDatasetOutput
Consumes the builder and constructs a DescribeDatasetOutput
.
Trait Implementations§
source§impl Clone for DescribeDatasetOutputBuilder
impl Clone for DescribeDatasetOutputBuilder
source§fn clone(&self) -> DescribeDatasetOutputBuilder
fn clone(&self) -> DescribeDatasetOutputBuilder
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 DescribeDatasetOutputBuilder
impl Debug for DescribeDatasetOutputBuilder
source§impl Default for DescribeDatasetOutputBuilder
impl Default for DescribeDatasetOutputBuilder
source§fn default() -> DescribeDatasetOutputBuilder
fn default() -> DescribeDatasetOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeDatasetOutputBuilder
impl PartialEq for DescribeDatasetOutputBuilder
source§fn eq(&self, other: &DescribeDatasetOutputBuilder) -> bool
fn eq(&self, other: &DescribeDatasetOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeDatasetOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeDatasetOutputBuilder
impl Send for DescribeDatasetOutputBuilder
impl Sync for DescribeDatasetOutputBuilder
impl Unpin for DescribeDatasetOutputBuilder
impl UnwindSafe for DescribeDatasetOutputBuilder
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.