#[non_exhaustive]pub struct ListDatasetsOutputBuilder { /* private fields */ }
Expand description
A builder for ListDatasetsOutput
.
Implementations§
source§impl ListDatasetsOutputBuilder
impl ListDatasetsOutputBuilder
sourcepub fn datasets(self, input: Dataset) -> Self
pub fn datasets(self, input: Dataset) -> Self
Appends an item to datasets
.
To override the contents of this collection use set_datasets
.
A list of datasets that are defined.
sourcepub fn set_datasets(self, input: Option<Vec<Dataset>>) -> Self
pub fn set_datasets(self, input: Option<Vec<Dataset>>) -> Self
A list of datasets that are defined.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that you can use in a subsequent call to retrieve the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that you can use in a subsequent call to retrieve the next set of results.
sourcepub fn build(self) -> ListDatasetsOutput
pub fn build(self) -> ListDatasetsOutput
Consumes the builder and constructs a ListDatasetsOutput
.
Trait Implementations§
source§impl Clone for ListDatasetsOutputBuilder
impl Clone for ListDatasetsOutputBuilder
source§fn clone(&self) -> ListDatasetsOutputBuilder
fn clone(&self) -> ListDatasetsOutputBuilder
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 ListDatasetsOutputBuilder
impl Debug for ListDatasetsOutputBuilder
source§impl Default for ListDatasetsOutputBuilder
impl Default for ListDatasetsOutputBuilder
source§fn default() -> ListDatasetsOutputBuilder
fn default() -> ListDatasetsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDatasetsOutputBuilder> for ListDatasetsOutputBuilder
impl PartialEq<ListDatasetsOutputBuilder> for ListDatasetsOutputBuilder
source§fn eq(&self, other: &ListDatasetsOutputBuilder) -> bool
fn eq(&self, other: &ListDatasetsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.