Struct aws_sdk_omics::operation::get_run::builders::GetRunInputBuilder
source · #[non_exhaustive]pub struct GetRunInputBuilder { /* private fields */ }
Expand description
A builder for GetRunInput
.
Implementations§
source§impl GetRunInputBuilder
impl GetRunInputBuilder
sourcepub fn export(self, input: RunExport) -> Self
pub fn export(self, input: RunExport) -> Self
Appends an item to export
.
To override the contents of this collection use set_export
.
The run's export format.
sourcepub fn set_export(self, input: Option<Vec<RunExport>>) -> Self
pub fn set_export(self, input: Option<Vec<RunExport>>) -> Self
The run's export format.
sourcepub fn get_export(&self) -> &Option<Vec<RunExport>>
pub fn get_export(&self) -> &Option<Vec<RunExport>>
The run's export format.
sourcepub fn build(self) -> Result<GetRunInput, BuildError>
pub fn build(self) -> Result<GetRunInput, BuildError>
Consumes the builder and constructs a GetRunInput
.
source§impl GetRunInputBuilder
impl GetRunInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetRunOutput, SdkError<GetRunError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetRunOutput, SdkError<GetRunError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetRunInputBuilder
impl Clone for GetRunInputBuilder
source§fn clone(&self) -> GetRunInputBuilder
fn clone(&self) -> GetRunInputBuilder
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 GetRunInputBuilder
impl Debug for GetRunInputBuilder
source§impl Default for GetRunInputBuilder
impl Default for GetRunInputBuilder
source§fn default() -> GetRunInputBuilder
fn default() -> GetRunInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRunInputBuilder> for GetRunInputBuilder
impl PartialEq<GetRunInputBuilder> for GetRunInputBuilder
source§fn eq(&self, other: &GetRunInputBuilder) -> bool
fn eq(&self, other: &GetRunInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetRunInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetRunInputBuilder
impl Send for GetRunInputBuilder
impl Sync for GetRunInputBuilder
impl Unpin for GetRunInputBuilder
impl UnwindSafe for GetRunInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more