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