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