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