Struct aws_sdk_personalize::input::ListDatasetGroupsInput
source · #[non_exhaustive]pub struct ListDatasetGroupsInput { /* private fields */ }
Implementations§
source§impl ListDatasetGroupsInput
impl ListDatasetGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDatasetGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDatasetGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDatasetGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDatasetGroupsInput
.
source§impl ListDatasetGroupsInput
impl ListDatasetGroupsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token returned from the previous call to ListDatasetGroups
for getting the next set of dataset groups (if they exist).
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of dataset groups to return.
Trait Implementations§
source§impl Clone for ListDatasetGroupsInput
impl Clone for ListDatasetGroupsInput
source§fn clone(&self) -> ListDatasetGroupsInput
fn clone(&self) -> ListDatasetGroupsInput
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 ListDatasetGroupsInput
impl Debug for ListDatasetGroupsInput
source§impl PartialEq<ListDatasetGroupsInput> for ListDatasetGroupsInput
impl PartialEq<ListDatasetGroupsInput> for ListDatasetGroupsInput
source§fn eq(&self, other: &ListDatasetGroupsInput) -> bool
fn eq(&self, other: &ListDatasetGroupsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.