Struct aws_sdk_omics::operation::get_annotation_store_version::builders::GetAnnotationStoreVersionOutputBuilder
source · #[non_exhaustive]pub struct GetAnnotationStoreVersionOutputBuilder { /* private fields */ }
Expand description
A builder for GetAnnotationStoreVersionOutput
.
Implementations§
source§impl GetAnnotationStoreVersionOutputBuilder
impl GetAnnotationStoreVersionOutputBuilder
sourcepub fn store_id(self, input: impl Into<String>) -> Self
pub fn store_id(self, input: impl Into<String>) -> Self
The store ID for annotation store version.
This field is required.sourcepub fn set_store_id(self, input: Option<String>) -> Self
pub fn set_store_id(self, input: Option<String>) -> Self
The store ID for annotation store version.
sourcepub fn get_store_id(&self) -> &Option<String>
pub fn get_store_id(&self) -> &Option<String>
The store ID for annotation store version.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The annotation store version ID.
This field is required.sourcepub fn status(self, input: VersionStatus) -> Self
pub fn status(self, input: VersionStatus) -> Self
The status of an annotation store version.
This field is required.sourcepub fn set_status(self, input: Option<VersionStatus>) -> Self
pub fn set_status(self, input: Option<VersionStatus>) -> Self
The status of an annotation store version.
sourcepub fn get_status(&self) -> &Option<VersionStatus>
pub fn get_status(&self) -> &Option<VersionStatus>
The status of an annotation store version.
sourcepub fn version_arn(self, input: impl Into<String>) -> Self
pub fn version_arn(self, input: impl Into<String>) -> Self
The Arn for the annotation store.
This field is required.sourcepub fn set_version_arn(self, input: Option<String>) -> Self
pub fn set_version_arn(self, input: Option<String>) -> Self
The Arn for the annotation store.
sourcepub fn get_version_arn(&self) -> &Option<String>
pub fn get_version_arn(&self) -> &Option<String>
The Arn for the annotation store.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the annotation store.
This field is required.sourcepub fn version_name(self, input: impl Into<String>) -> Self
pub fn version_name(self, input: impl Into<String>) -> Self
The name given to an annotation store version to distinguish it from others.
This field is required.sourcepub fn set_version_name(self, input: Option<String>) -> Self
pub fn set_version_name(self, input: Option<String>) -> Self
The name given to an annotation store version to distinguish it from others.
sourcepub fn get_version_name(&self) -> &Option<String>
pub fn get_version_name(&self) -> &Option<String>
The name given to an annotation store version to distinguish it from others.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description for an annotation store version.
This field is required.sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description for an annotation store version.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description for an annotation store version.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time stamp for when an annotation store version was created.
This field is required.sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time stamp for when an annotation store version was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time stamp for when an annotation store version was created.
sourcepub fn update_time(self, input: DateTime) -> Self
pub fn update_time(self, input: DateTime) -> Self
The time stamp for when an annotation store version was updated.
This field is required.sourcepub fn set_update_time(self, input: Option<DateTime>) -> Self
pub fn set_update_time(self, input: Option<DateTime>) -> Self
The time stamp for when an annotation store version was updated.
sourcepub fn get_update_time(&self) -> &Option<DateTime>
pub fn get_update_time(&self) -> &Option<DateTime>
The time stamp for when an annotation store version was updated.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Any tags associated with an annotation store version.
Any tags associated with an annotation store version.
Any tags associated with an annotation store version.
sourcepub fn version_options(self, input: VersionOptions) -> Self
pub fn version_options(self, input: VersionOptions) -> Self
The options for an annotation store version.
sourcepub fn set_version_options(self, input: Option<VersionOptions>) -> Self
pub fn set_version_options(self, input: Option<VersionOptions>) -> Self
The options for an annotation store version.
sourcepub fn get_version_options(&self) -> &Option<VersionOptions>
pub fn get_version_options(&self) -> &Option<VersionOptions>
The options for an annotation store version.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
The status of an annotation store version.
This field is required.sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
The status of an annotation store version.
sourcepub fn get_status_message(&self) -> &Option<String>
pub fn get_status_message(&self) -> &Option<String>
The status of an annotation store version.
sourcepub fn version_size_bytes(self, input: i64) -> Self
pub fn version_size_bytes(self, input: i64) -> Self
The size of the annotation store version in Bytes.
This field is required.sourcepub fn set_version_size_bytes(self, input: Option<i64>) -> Self
pub fn set_version_size_bytes(self, input: Option<i64>) -> Self
The size of the annotation store version in Bytes.
sourcepub fn get_version_size_bytes(&self) -> &Option<i64>
pub fn get_version_size_bytes(&self) -> &Option<i64>
The size of the annotation store version in Bytes.
sourcepub fn build(self) -> Result<GetAnnotationStoreVersionOutput, BuildError>
pub fn build(self) -> Result<GetAnnotationStoreVersionOutput, BuildError>
Consumes the builder and constructs a GetAnnotationStoreVersionOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetAnnotationStoreVersionOutputBuilder
impl Clone for GetAnnotationStoreVersionOutputBuilder
source§fn clone(&self) -> GetAnnotationStoreVersionOutputBuilder
fn clone(&self) -> GetAnnotationStoreVersionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetAnnotationStoreVersionOutputBuilder
impl Default for GetAnnotationStoreVersionOutputBuilder
source§fn default() -> GetAnnotationStoreVersionOutputBuilder
fn default() -> GetAnnotationStoreVersionOutputBuilder
source§impl PartialEq for GetAnnotationStoreVersionOutputBuilder
impl PartialEq for GetAnnotationStoreVersionOutputBuilder
source§fn eq(&self, other: &GetAnnotationStoreVersionOutputBuilder) -> bool
fn eq(&self, other: &GetAnnotationStoreVersionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.