Struct aws_sdk_omics::operation::create_multipart_read_set_upload::CreateMultipartReadSetUploadOutput
source · #[non_exhaustive]pub struct CreateMultipartReadSetUploadOutput { /* private fields */ }
Implementations§
source§impl CreateMultipartReadSetUploadOutput
impl CreateMultipartReadSetUploadOutput
sourcepub fn sequence_store_id(&self) -> Option<&str>
pub fn sequence_store_id(&self) -> Option<&str>
The sequence store ID for the store that the read set will be created in.
sourcepub fn source_file_type(&self) -> Option<&FileType>
pub fn source_file_type(&self) -> Option<&FileType>
The file type of the read set source.
sourcepub fn subject_id(&self) -> Option<&str>
pub fn subject_id(&self) -> Option<&str>
The source's subject ID.
sourcepub fn generated_from(&self) -> Option<&str>
pub fn generated_from(&self) -> Option<&str>
The source of the read set.
sourcepub fn reference_arn(&self) -> Option<&str>
pub fn reference_arn(&self) -> Option<&str>
The read set source's reference ARN.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the read set.
The tags to add to the read set.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The creation time of the multipart upload.
source§impl CreateMultipartReadSetUploadOutput
impl CreateMultipartReadSetUploadOutput
sourcepub fn builder() -> CreateMultipartReadSetUploadOutputBuilder
pub fn builder() -> CreateMultipartReadSetUploadOutputBuilder
Creates a new builder-style object to manufacture CreateMultipartReadSetUploadOutput
.
Trait Implementations§
source§impl Clone for CreateMultipartReadSetUploadOutput
impl Clone for CreateMultipartReadSetUploadOutput
source§fn clone(&self) -> CreateMultipartReadSetUploadOutput
fn clone(&self) -> CreateMultipartReadSetUploadOutput
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 PartialEq<CreateMultipartReadSetUploadOutput> for CreateMultipartReadSetUploadOutput
impl PartialEq<CreateMultipartReadSetUploadOutput> for CreateMultipartReadSetUploadOutput
source§fn eq(&self, other: &CreateMultipartReadSetUploadOutput) -> bool
fn eq(&self, other: &CreateMultipartReadSetUploadOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateMultipartReadSetUploadOutput
impl RequestId for CreateMultipartReadSetUploadOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CreateMultipartReadSetUploadOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateMultipartReadSetUploadOutput
impl Send for CreateMultipartReadSetUploadOutput
impl Sync for CreateMultipartReadSetUploadOutput
impl Unpin for CreateMultipartReadSetUploadOutput
impl UnwindSafe for CreateMultipartReadSetUploadOutput
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