Struct aws_sdk_lexmodelsv2::input::DeleteIntentInput
source · [−]#[non_exhaustive]pub struct DeleteIntentInput { /* private fields */ }Implementations
sourceimpl DeleteIntentInput
impl DeleteIntentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIntent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIntent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteIntent>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIntentInput.
sourceimpl DeleteIntentInput
impl DeleteIntentInput
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot associated with the intent.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
The identifier of the language and locale where the bot will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
Trait Implementations
sourceimpl Clone for DeleteIntentInput
impl Clone for DeleteIntentInput
sourcefn clone(&self) -> DeleteIntentInput
fn clone(&self) -> DeleteIntentInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteIntentInput
impl Debug for DeleteIntentInput
sourceimpl PartialEq<DeleteIntentInput> for DeleteIntentInput
impl PartialEq<DeleteIntentInput> for DeleteIntentInput
sourcefn eq(&self, other: &DeleteIntentInput) -> bool
fn eq(&self, other: &DeleteIntentInput) -> bool
impl StructuralPartialEq for DeleteIntentInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteIntentInput
impl Send for DeleteIntentInput
impl Sync for DeleteIntentInput
impl Unpin for DeleteIntentInput
impl UnwindSafe for DeleteIntentInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more