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