#[non_exhaustive]pub struct SearchRasterDataCollectionInput { /* private fields */ }
Implementations§
source§impl SearchRasterDataCollectionInput
impl SearchRasterDataCollectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchRasterDataCollection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchRasterDataCollection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SearchRasterDataCollection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchRasterDataCollectionInput
.
source§impl SearchRasterDataCollectionInput
impl SearchRasterDataCollectionInput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the raster data collection.
sourcepub fn raster_data_collection_query(
&self
) -> Option<&RasterDataCollectionQueryWithBandFilterInput>
pub fn raster_data_collection_query(
&self
) -> Option<&RasterDataCollectionQueryWithBandFilterInput>
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.
Trait Implementations§
source§impl Clone for SearchRasterDataCollectionInput
impl Clone for SearchRasterDataCollectionInput
source§fn clone(&self) -> SearchRasterDataCollectionInput
fn clone(&self) -> SearchRasterDataCollectionInput
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<SearchRasterDataCollectionInput> for SearchRasterDataCollectionInput
impl PartialEq<SearchRasterDataCollectionInput> for SearchRasterDataCollectionInput
source§fn eq(&self, other: &SearchRasterDataCollectionInput) -> bool
fn eq(&self, other: &SearchRasterDataCollectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.