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