Struct aws_sdk_lookoutvision::operation::list_dataset_entries::builders::ListDatasetEntriesOutputBuilder
source · #[non_exhaustive]pub struct ListDatasetEntriesOutputBuilder { /* private fields */ }Expand description
A builder for ListDatasetEntriesOutput.
Implementations§
source§impl ListDatasetEntriesOutputBuilder
impl ListDatasetEntriesOutputBuilder
sourcepub fn dataset_entries(self, input: impl Into<String>) -> Self
pub fn dataset_entries(self, input: impl Into<String>) -> Self
Appends an item to dataset_entries.
To override the contents of this collection use set_dataset_entries.
A list of the entries (JSON Lines) within the dataset.
sourcepub fn set_dataset_entries(self, input: Option<Vec<String>>) -> Self
pub fn set_dataset_entries(self, input: Option<Vec<String>>) -> Self
A list of the entries (JSON Lines) within the dataset.
sourcepub fn get_dataset_entries(&self) -> &Option<Vec<String>>
pub fn get_dataset_entries(&self) -> &Option<Vec<String>>
A list of the entries (JSON Lines) within the dataset.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set ofdataset entries.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set ofdataset entries.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set ofdataset entries.
sourcepub fn build(self) -> ListDatasetEntriesOutput
pub fn build(self) -> ListDatasetEntriesOutput
Consumes the builder and constructs a ListDatasetEntriesOutput.
Trait Implementations§
source§impl Clone for ListDatasetEntriesOutputBuilder
impl Clone for ListDatasetEntriesOutputBuilder
source§fn clone(&self) -> ListDatasetEntriesOutputBuilder
fn clone(&self) -> ListDatasetEntriesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListDatasetEntriesOutputBuilder
impl Default for ListDatasetEntriesOutputBuilder
source§fn default() -> ListDatasetEntriesOutputBuilder
fn default() -> ListDatasetEntriesOutputBuilder
source§impl PartialEq for ListDatasetEntriesOutputBuilder
impl PartialEq for ListDatasetEntriesOutputBuilder
source§fn eq(&self, other: &ListDatasetEntriesOutputBuilder) -> bool
fn eq(&self, other: &ListDatasetEntriesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.