#[non_exhaustive]pub struct UpdateAnnotationStoreInput { /* private fields */ }Implementations§
source§impl UpdateAnnotationStoreInput
impl UpdateAnnotationStoreInput
sourcepub fn builder() -> UpdateAnnotationStoreInputBuilder
pub fn builder() -> UpdateAnnotationStoreInputBuilder
Creates a new builder-style object to manufacture UpdateAnnotationStoreInput.
source§impl UpdateAnnotationStoreInput
impl UpdateAnnotationStoreInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAnnotationStore, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateAnnotationStore, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAnnotationStore>
Trait Implementations§
source§impl Clone for UpdateAnnotationStoreInput
impl Clone for UpdateAnnotationStoreInput
source§fn clone(&self) -> UpdateAnnotationStoreInput
fn clone(&self) -> UpdateAnnotationStoreInput
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 UpdateAnnotationStoreInput
impl Debug for UpdateAnnotationStoreInput
source§impl PartialEq<UpdateAnnotationStoreInput> for UpdateAnnotationStoreInput
impl PartialEq<UpdateAnnotationStoreInput> for UpdateAnnotationStoreInput
source§fn eq(&self, other: &UpdateAnnotationStoreInput) -> bool
fn eq(&self, other: &UpdateAnnotationStoreInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.