Struct aws_sdk_omics::operation::update_annotation_store_version::builders::UpdateAnnotationStoreVersionFluentBuilder
source · pub struct UpdateAnnotationStoreVersionFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateAnnotationStoreVersion
.
Updates the description of an annotation store version.
Implementations§
source§impl UpdateAnnotationStoreVersionFluentBuilder
impl UpdateAnnotationStoreVersionFluentBuilder
sourcepub fn as_input(&self) -> &UpdateAnnotationStoreVersionInputBuilder
pub fn as_input(&self) -> &UpdateAnnotationStoreVersionInputBuilder
Access the UpdateAnnotationStoreVersion as a reference.
sourcepub async fn send(
self
) -> Result<UpdateAnnotationStoreVersionOutput, SdkError<UpdateAnnotationStoreVersionError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateAnnotationStoreVersionOutput, SdkError<UpdateAnnotationStoreVersionError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<UpdateAnnotationStoreVersionOutput, UpdateAnnotationStoreVersionError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateAnnotationStoreVersionOutput, UpdateAnnotationStoreVersionError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn version_name(self, input: impl Into<String>) -> Self
pub fn version_name(self, input: impl Into<String>) -> Self
The name of an annotation store version.
sourcepub fn set_version_name(self, input: Option<String>) -> Self
pub fn set_version_name(self, input: Option<String>) -> Self
The name of an annotation store version.
sourcepub fn get_version_name(&self) -> &Option<String>
pub fn get_version_name(&self) -> &Option<String>
The name of an annotation store version.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of an annotation store.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of an annotation store.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of an annotation store.
Trait Implementations§
source§impl Clone for UpdateAnnotationStoreVersionFluentBuilder
impl Clone for UpdateAnnotationStoreVersionFluentBuilder
source§fn clone(&self) -> UpdateAnnotationStoreVersionFluentBuilder
fn clone(&self) -> UpdateAnnotationStoreVersionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more