Struct aws_sdk_resourceexplorer2::input::ListViewsInput
source · #[non_exhaustive]pub struct ListViewsInput { /* private fields */ }Implementations§
source§impl ListViewsInput
impl ListViewsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListViews, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListViews, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListViews>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListViewsInput.
source§impl ListViewsInput
impl ListViewsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results.
An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
Trait Implementations§
source§impl Clone for ListViewsInput
impl Clone for ListViewsInput
source§fn clone(&self) -> ListViewsInput
fn clone(&self) -> ListViewsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListViewsInput
impl Debug for ListViewsInput
source§impl PartialEq<ListViewsInput> for ListViewsInput
impl PartialEq<ListViewsInput> for ListViewsInput
source§fn eq(&self, other: &ListViewsInput) -> bool
fn eq(&self, other: &ListViewsInput) -> bool
self and other values to be equal, and is used
by ==.