Struct aws_sdk_personalize::input::list_datasets_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ListDatasetsInput
Implementations
The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.
The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.
A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).
A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).
The maximum number of datasets to return.
The maximum number of datasets to return.
Consumes the builder and constructs a ListDatasetsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
