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