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