Struct aws_sdk_lexmodelsv2::operation::delete_custom_vocabulary::builders::DeleteCustomVocabularyOutputBuilder
source · #[non_exhaustive]pub struct DeleteCustomVocabularyOutputBuilder { /* private fields */ }Expand description
A builder for DeleteCustomVocabularyOutput.
Implementations§
source§impl DeleteCustomVocabularyOutputBuilder
impl DeleteCustomVocabularyOutputBuilder
sourcepub fn bot_id(self, input: impl Into<String>) -> Self
pub fn bot_id(self, input: impl Into<String>) -> Self
The identifier of the bot that the custom vocabulary was removed from.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The identifier of the bot that the custom vocabulary was removed from.
sourcepub fn bot_version(self, input: impl Into<String>) -> Self
pub fn bot_version(self, input: impl Into<String>) -> Self
The version of the bot that the custom vocabulary was removed from.
sourcepub fn set_bot_version(self, input: Option<String>) -> Self
pub fn set_bot_version(self, input: Option<String>) -> Self
The version of the bot that the custom vocabulary was removed from.
sourcepub fn locale_id(self, input: impl Into<String>) -> Self
pub fn locale_id(self, input: impl Into<String>) -> Self
The locale identifier for the locale that the custom vocabulary was removed from.
sourcepub fn set_locale_id(self, input: Option<String>) -> Self
pub fn set_locale_id(self, input: Option<String>) -> Self
The locale identifier for the locale that the custom vocabulary was removed from.
sourcepub fn custom_vocabulary_status(self, input: CustomVocabularyStatus) -> Self
pub fn custom_vocabulary_status(self, input: CustomVocabularyStatus) -> Self
The status of removing the custom vocabulary.
sourcepub fn set_custom_vocabulary_status(
self,
input: Option<CustomVocabularyStatus>
) -> Self
pub fn set_custom_vocabulary_status( self, input: Option<CustomVocabularyStatus> ) -> Self
The status of removing the custom vocabulary.
sourcepub fn build(self) -> DeleteCustomVocabularyOutput
pub fn build(self) -> DeleteCustomVocabularyOutput
Consumes the builder and constructs a DeleteCustomVocabularyOutput.
Trait Implementations§
source§impl Clone for DeleteCustomVocabularyOutputBuilder
impl Clone for DeleteCustomVocabularyOutputBuilder
source§fn clone(&self) -> DeleteCustomVocabularyOutputBuilder
fn clone(&self) -> DeleteCustomVocabularyOutputBuilder
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 Default for DeleteCustomVocabularyOutputBuilder
impl Default for DeleteCustomVocabularyOutputBuilder
source§fn default() -> DeleteCustomVocabularyOutputBuilder
fn default() -> DeleteCustomVocabularyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteCustomVocabularyOutputBuilder> for DeleteCustomVocabularyOutputBuilder
impl PartialEq<DeleteCustomVocabularyOutputBuilder> for DeleteCustomVocabularyOutputBuilder
source§fn eq(&self, other: &DeleteCustomVocabularyOutputBuilder) -> bool
fn eq(&self, other: &DeleteCustomVocabularyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.