#[non_exhaustive]pub struct GetMedicalVocabularyInput { /* private fields */ }Implementations§
source§impl GetMedicalVocabularyInput
impl GetMedicalVocabularyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMedicalVocabulary, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMedicalVocabulary, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMedicalVocabulary>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMedicalVocabularyInput.
source§impl GetMedicalVocabularyInput
impl GetMedicalVocabularyInput
sourcepub fn vocabulary_name(&self) -> Option<&str>
pub fn vocabulary_name(&self) -> Option<&str>
The name of the custom medical vocabulary you want information about. Custom medical vocabulary names are case sensitive.
Trait Implementations§
source§impl Clone for GetMedicalVocabularyInput
impl Clone for GetMedicalVocabularyInput
source§fn clone(&self) -> GetMedicalVocabularyInput
fn clone(&self) -> GetMedicalVocabularyInput
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 GetMedicalVocabularyInput
impl Debug for GetMedicalVocabularyInput
source§impl PartialEq<GetMedicalVocabularyInput> for GetMedicalVocabularyInput
impl PartialEq<GetMedicalVocabularyInput> for GetMedicalVocabularyInput
source§fn eq(&self, other: &GetMedicalVocabularyInput) -> bool
fn eq(&self, other: &GetMedicalVocabularyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.