Struct aws_sdk_iotanalytics::operation::get_dataset_content::builders::GetDatasetContentOutputBuilder
source · #[non_exhaustive]pub struct GetDatasetContentOutputBuilder { /* private fields */ }
Expand description
A builder for GetDatasetContentOutput
.
Implementations§
source§impl GetDatasetContentOutputBuilder
impl GetDatasetContentOutputBuilder
sourcepub fn entries(self, input: DatasetEntry) -> Self
pub fn entries(self, input: DatasetEntry) -> Self
Appends an item to entries
.
To override the contents of this collection use set_entries
.
A list of DatasetEntry
objects.
sourcepub fn set_entries(self, input: Option<Vec<DatasetEntry>>) -> Self
pub fn set_entries(self, input: Option<Vec<DatasetEntry>>) -> Self
A list of DatasetEntry
objects.
sourcepub fn get_entries(&self) -> &Option<Vec<DatasetEntry>>
pub fn get_entries(&self) -> &Option<Vec<DatasetEntry>>
A list of DatasetEntry
objects.
sourcepub fn set_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_timestamp(self, input: Option<DateTime>) -> Self
The time when the request was made.
sourcepub fn get_timestamp(&self) -> &Option<DateTime>
pub fn get_timestamp(&self) -> &Option<DateTime>
The time when the request was made.
sourcepub fn status(self, input: DatasetContentStatus) -> Self
pub fn status(self, input: DatasetContentStatus) -> Self
The status of the dataset content.
sourcepub fn set_status(self, input: Option<DatasetContentStatus>) -> Self
pub fn set_status(self, input: Option<DatasetContentStatus>) -> Self
The status of the dataset content.
sourcepub fn get_status(&self) -> &Option<DatasetContentStatus>
pub fn get_status(&self) -> &Option<DatasetContentStatus>
The status of the dataset content.
sourcepub fn build(self) -> GetDatasetContentOutput
pub fn build(self) -> GetDatasetContentOutput
Consumes the builder and constructs a GetDatasetContentOutput
.
Trait Implementations§
source§impl Clone for GetDatasetContentOutputBuilder
impl Clone for GetDatasetContentOutputBuilder
source§fn clone(&self) -> GetDatasetContentOutputBuilder
fn clone(&self) -> GetDatasetContentOutputBuilder
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 GetDatasetContentOutputBuilder
impl Default for GetDatasetContentOutputBuilder
source§fn default() -> GetDatasetContentOutputBuilder
fn default() -> GetDatasetContentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetDatasetContentOutputBuilder
impl PartialEq for GetDatasetContentOutputBuilder
source§fn eq(&self, other: &GetDatasetContentOutputBuilder) -> bool
fn eq(&self, other: &GetDatasetContentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetDatasetContentOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetDatasetContentOutputBuilder
impl Send for GetDatasetContentOutputBuilder
impl Sync for GetDatasetContentOutputBuilder
impl Unpin for GetDatasetContentOutputBuilder
impl UnwindSafe for GetDatasetContentOutputBuilder
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.