pub struct Builder { /* private fields */ }
Expand description
A builder for ListDatasetGroupsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dataset_groups(self, input: DatasetGroupSummary) -> Self
pub fn dataset_groups(self, input: DatasetGroupSummary) -> Self
Appends an item to dataset_groups
.
To override the contents of this collection use set_dataset_groups
.
The list of your dataset groups.
sourcepub fn set_dataset_groups(self, input: Option<Vec<DatasetGroupSummary>>) -> Self
pub fn set_dataset_groups(self, input: Option<Vec<DatasetGroupSummary>>) -> Self
The list of your dataset groups.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token for getting the next set of dataset groups (if they exist).
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token for getting the next set of dataset groups (if they exist).
sourcepub fn build(self) -> ListDatasetGroupsOutput
pub fn build(self) -> ListDatasetGroupsOutput
Consumes the builder and constructs a ListDatasetGroupsOutput
.