Struct aws_sdk_iot::input::ListIndicesInput
source · #[non_exhaustive]pub struct ListIndicesInput { /* private fields */ }
Implementations§
source§impl ListIndicesInput
impl ListIndicesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListIndices, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListIndices, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListIndices
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListIndicesInput
.
source§impl ListIndicesInput
impl ListIndicesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token used to get the next set of results, or null
if there are no additional results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return at one time.
Trait Implementations§
source§impl Clone for ListIndicesInput
impl Clone for ListIndicesInput
source§fn clone(&self) -> ListIndicesInput
fn clone(&self) -> ListIndicesInput
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 ListIndicesInput
impl Debug for ListIndicesInput
source§impl PartialEq<ListIndicesInput> for ListIndicesInput
impl PartialEq<ListIndicesInput> for ListIndicesInput
source§fn eq(&self, other: &ListIndicesInput) -> bool
fn eq(&self, other: &ListIndicesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.