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