Struct aws_sdk_resourceexplorer2::input::ListIndexesInput
source · #[non_exhaustive]pub struct ListIndexesInput { /* private fields */ }Implementations§
source§impl ListIndexesInput
impl ListIndexesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListIndexes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListIndexes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListIndexes>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListIndexesInput.
source§impl ListIndexesInput
impl ListIndexesInput
sourcepub fn type(&self) -> Option<&IndexType>
pub fn type(&self) -> Option<&IndexType>
If specified, limits the output to only indexes of the specified Type, either LOCAL or AGGREGATOR.
Use this option to discover the aggregator index for your account.
sourcepub fn regions(&self) -> Option<&[String]>
pub fn regions(&self) -> Option<&[String]>
If specified, limits the response to only information about the index in the specified list of Amazon Web Services Regions.
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.
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.
Trait Implementations§
source§impl Clone for ListIndexesInput
impl Clone for ListIndexesInput
source§fn clone(&self) -> ListIndexesInput
fn clone(&self) -> ListIndexesInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListIndexesInput
impl Debug for ListIndexesInput
source§impl PartialEq<ListIndexesInput> for ListIndexesInput
impl PartialEq<ListIndexesInput> for ListIndexesInput
source§fn eq(&self, other: &ListIndexesInput) -> bool
fn eq(&self, other: &ListIndexesInput) -> bool
self and other values to be equal, and is used
by ==.