#[non_exhaustive]pub struct GetRasterDataCollectionInput { /* private fields */ }
Implementations§
source§impl GetRasterDataCollectionInput
impl GetRasterDataCollectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRasterDataCollection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRasterDataCollection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRasterDataCollection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRasterDataCollectionInput
.
Trait Implementations§
source§impl Clone for GetRasterDataCollectionInput
impl Clone for GetRasterDataCollectionInput
source§fn clone(&self) -> GetRasterDataCollectionInput
fn clone(&self) -> GetRasterDataCollectionInput
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 GetRasterDataCollectionInput
impl Debug for GetRasterDataCollectionInput
source§impl PartialEq<GetRasterDataCollectionInput> for GetRasterDataCollectionInput
impl PartialEq<GetRasterDataCollectionInput> for GetRasterDataCollectionInput
source§fn eq(&self, other: &GetRasterDataCollectionInput) -> bool
fn eq(&self, other: &GetRasterDataCollectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.