#[non_exhaustive]pub struct ListRasterDataCollectionsInput { /* private fields */ }
Implementations§
source§impl ListRasterDataCollectionsInput
impl ListRasterDataCollectionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRasterDataCollections, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRasterDataCollections, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRasterDataCollections
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRasterDataCollectionsInput
.
source§impl ListRasterDataCollectionsInput
impl ListRasterDataCollectionsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The total number of items to return.
Trait Implementations§
source§impl Clone for ListRasterDataCollectionsInput
impl Clone for ListRasterDataCollectionsInput
source§fn clone(&self) -> ListRasterDataCollectionsInput
fn clone(&self) -> ListRasterDataCollectionsInput
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 PartialEq<ListRasterDataCollectionsInput> for ListRasterDataCollectionsInput
impl PartialEq<ListRasterDataCollectionsInput> for ListRasterDataCollectionsInput
source§fn eq(&self, other: &ListRasterDataCollectionsInput) -> bool
fn eq(&self, other: &ListRasterDataCollectionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.