Struct aws_sdk_omics::operation::create_annotation_store_version::builders::CreateAnnotationStoreVersionInputBuilder
source · #[non_exhaustive]pub struct CreateAnnotationStoreVersionInputBuilder { /* private fields */ }
Expand description
A builder for CreateAnnotationStoreVersionInput
.
Implementations§
source§impl CreateAnnotationStoreVersionInputBuilder
impl CreateAnnotationStoreVersionInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of an annotation store version from which versions are being created.
This field is required.sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of an annotation store version from which versions are being created.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name of an annotation store version from which versions are being created.
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 other versions.
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 other versions.
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 other versions.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of an annotation store version.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of an annotation store version.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of 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.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Any tags added to annotation store version.
Any tags added to annotation store version.
Any tags added to annotation store version.
sourcepub fn build(self) -> Result<CreateAnnotationStoreVersionInput, BuildError>
pub fn build(self) -> Result<CreateAnnotationStoreVersionInput, BuildError>
Consumes the builder and constructs a CreateAnnotationStoreVersionInput
.
source§impl CreateAnnotationStoreVersionInputBuilder
impl CreateAnnotationStoreVersionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateAnnotationStoreVersionOutput, SdkError<CreateAnnotationStoreVersionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateAnnotationStoreVersionOutput, SdkError<CreateAnnotationStoreVersionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateAnnotationStoreVersionInputBuilder
impl Clone for CreateAnnotationStoreVersionInputBuilder
source§fn clone(&self) -> CreateAnnotationStoreVersionInputBuilder
fn clone(&self) -> CreateAnnotationStoreVersionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateAnnotationStoreVersionInputBuilder
impl Default for CreateAnnotationStoreVersionInputBuilder
source§fn default() -> CreateAnnotationStoreVersionInputBuilder
fn default() -> CreateAnnotationStoreVersionInputBuilder
source§impl PartialEq for CreateAnnotationStoreVersionInputBuilder
impl PartialEq for CreateAnnotationStoreVersionInputBuilder
source§fn eq(&self, other: &CreateAnnotationStoreVersionInputBuilder) -> bool
fn eq(&self, other: &CreateAnnotationStoreVersionInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.