Struct aws_sdk_omics::operation::create_multipart_read_set_upload::CreateMultipartReadSetUploadOutput
source · #[non_exhaustive]pub struct CreateMultipartReadSetUploadOutput {
pub sequence_store_id: Option<String>,
pub upload_id: Option<String>,
pub source_file_type: Option<FileType>,
pub subject_id: Option<String>,
pub sample_id: Option<String>,
pub generated_from: Option<String>,
pub reference_arn: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub tags: Option<HashMap<String, String>>,
pub creation_time: Option<DateTime>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.sequence_store_id: Option<String>
The sequence store ID for the store that the read set will be created in.
upload_id: Option<String>
he ID for the initiated multipart upload.
source_file_type: Option<FileType>
The file type of the read set source.
subject_id: Option<String>
The source's subject ID.
sample_id: Option<String>
The source's sample ID.
generated_from: Option<String>
The source of the read set.
reference_arn: Option<String>
The read set source's reference ARN.
name: Option<String>
The name of the read set.
description: Option<String>
The description of the read set.
The tags to add to the read set.
creation_time: Option<DateTime>
The creation time of the multipart upload.
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
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>
None
if the service could not be reached.