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