Struct aws_sdk_omics::operation::create_annotation_store_version::CreateAnnotationStoreVersionOutput
source · #[non_exhaustive]pub struct CreateAnnotationStoreVersionOutput {
pub id: Option<String>,
pub version_name: Option<String>,
pub store_id: Option<String>,
pub version_options: Option<VersionOptions>,
pub name: Option<String>,
pub status: Option<VersionStatus>,
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.id: Option<String>
A generated ID for the annotation store
version_name: Option<String>
The name given to an annotation store version to distinguish it from other versions.
store_id: Option<String>
The ID for the annotation store from which new versions are being created.
version_options: Option<VersionOptions>
The options for an annotation store version.
name: Option<String>
The name given to an annotation store version to distinguish it from other versions.
status: Option<VersionStatus>
The status of a annotation store version.
creation_time: Option<DateTime>
The time stamp for the creation of an annotation store version.
Implementations§
source§impl CreateAnnotationStoreVersionOutput
impl CreateAnnotationStoreVersionOutput
sourcepub fn version_name(&self) -> Option<&str>
pub fn version_name(&self) -> Option<&str>
The name given to an annotation store version to distinguish it from other versions.
sourcepub fn store_id(&self) -> Option<&str>
pub fn store_id(&self) -> Option<&str>
The ID for the annotation store from which new versions are being created.
sourcepub fn version_options(&self) -> Option<&VersionOptions>
pub fn version_options(&self) -> Option<&VersionOptions>
The options for an annotation store version.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name given to an annotation store version to distinguish it from other versions.
sourcepub fn status(&self) -> Option<&VersionStatus>
pub fn status(&self) -> Option<&VersionStatus>
The status of a annotation store version.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time stamp for the creation of an annotation store version.
source§impl CreateAnnotationStoreVersionOutput
impl CreateAnnotationStoreVersionOutput
sourcepub fn builder() -> CreateAnnotationStoreVersionOutputBuilder
pub fn builder() -> CreateAnnotationStoreVersionOutputBuilder
Creates a new builder-style object to manufacture CreateAnnotationStoreVersionOutput
.
Trait Implementations§
source§impl Clone for CreateAnnotationStoreVersionOutput
impl Clone for CreateAnnotationStoreVersionOutput
source§fn clone(&self) -> CreateAnnotationStoreVersionOutput
fn clone(&self) -> CreateAnnotationStoreVersionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for CreateAnnotationStoreVersionOutput
impl PartialEq for CreateAnnotationStoreVersionOutput
source§fn eq(&self, other: &CreateAnnotationStoreVersionOutput) -> bool
fn eq(&self, other: &CreateAnnotationStoreVersionOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateAnnotationStoreVersionOutput
impl RequestId for CreateAnnotationStoreVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.