#[non_exhaustive]pub struct CreateAnnotationStoreInput { /* private fields */ }
Implementations§
source§impl CreateAnnotationStoreInput
impl CreateAnnotationStoreInput
sourcepub fn reference(&self) -> Option<&ReferenceItem>
pub fn reference(&self) -> Option<&ReferenceItem>
The genome reference for the store's annotations.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the store.
Tags for the store.
sourcepub fn sse_config(&self) -> Option<&SseConfig>
pub fn sse_config(&self) -> Option<&SseConfig>
Server-side encryption (SSE) settings for the store.
sourcepub fn store_format(&self) -> Option<&StoreFormat>
pub fn store_format(&self) -> Option<&StoreFormat>
The annotation file format of the store.
sourcepub fn store_options(&self) -> Option<&StoreOptions>
pub fn store_options(&self) -> Option<&StoreOptions>
File parsing options for the annotation store.
source§impl CreateAnnotationStoreInput
impl CreateAnnotationStoreInput
sourcepub fn builder() -> CreateAnnotationStoreInputBuilder
pub fn builder() -> CreateAnnotationStoreInputBuilder
Creates a new builder-style object to manufacture CreateAnnotationStoreInput
.
source§impl CreateAnnotationStoreInput
impl CreateAnnotationStoreInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAnnotationStore, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateAnnotationStore, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAnnotationStore
>
Trait Implementations§
source§impl Clone for CreateAnnotationStoreInput
impl Clone for CreateAnnotationStoreInput
source§fn clone(&self) -> CreateAnnotationStoreInput
fn clone(&self) -> CreateAnnotationStoreInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateAnnotationStoreInput
impl Debug for CreateAnnotationStoreInput
source§impl PartialEq<CreateAnnotationStoreInput> for CreateAnnotationStoreInput
impl PartialEq<CreateAnnotationStoreInput> for CreateAnnotationStoreInput
source§fn eq(&self, other: &CreateAnnotationStoreInput) -> bool
fn eq(&self, other: &CreateAnnotationStoreInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateAnnotationStoreInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateAnnotationStoreInput
impl Send for CreateAnnotationStoreInput
impl Sync for CreateAnnotationStoreInput
impl Unpin for CreateAnnotationStoreInput
impl UnwindSafe for CreateAnnotationStoreInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more