#[non_exhaustive]pub struct DeleteIntentOutputBuilder { /* private fields */ }Expand description
A builder for DeleteIntentOutput.
Implementations§
source§impl DeleteIntentOutputBuilder
impl DeleteIntentOutputBuilder
sourcepub fn build(self) -> DeleteIntentOutput
pub fn build(self) -> DeleteIntentOutput
Consumes the builder and constructs a DeleteIntentOutput.
Trait Implementations§
source§impl Clone for DeleteIntentOutputBuilder
impl Clone for DeleteIntentOutputBuilder
source§fn clone(&self) -> DeleteIntentOutputBuilder
fn clone(&self) -> DeleteIntentOutputBuilder
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 DeleteIntentOutputBuilder
impl Debug for DeleteIntentOutputBuilder
source§impl Default for DeleteIntentOutputBuilder
impl Default for DeleteIntentOutputBuilder
source§fn default() -> DeleteIntentOutputBuilder
fn default() -> DeleteIntentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteIntentOutputBuilder> for DeleteIntentOutputBuilder
impl PartialEq<DeleteIntentOutputBuilder> for DeleteIntentOutputBuilder
source§fn eq(&self, other: &DeleteIntentOutputBuilder) -> bool
fn eq(&self, other: &DeleteIntentOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.