Struct aws_sdk_qconnect::operation::create_assistant_association::builders::CreateAssistantAssociationOutputBuilder
source · #[non_exhaustive]pub struct CreateAssistantAssociationOutputBuilder { /* private fields */ }Expand description
A builder for CreateAssistantAssociationOutput.
Implementations§
source§impl CreateAssistantAssociationOutputBuilder
impl CreateAssistantAssociationOutputBuilder
sourcepub fn assistant_association(self, input: AssistantAssociationData) -> Self
pub fn assistant_association(self, input: AssistantAssociationData) -> Self
The assistant association.
sourcepub fn set_assistant_association(
self,
input: Option<AssistantAssociationData>
) -> Self
pub fn set_assistant_association( self, input: Option<AssistantAssociationData> ) -> Self
The assistant association.
sourcepub fn get_assistant_association(&self) -> &Option<AssistantAssociationData>
pub fn get_assistant_association(&self) -> &Option<AssistantAssociationData>
The assistant association.
sourcepub fn build(self) -> CreateAssistantAssociationOutput
pub fn build(self) -> CreateAssistantAssociationOutput
Consumes the builder and constructs a CreateAssistantAssociationOutput.
Trait Implementations§
source§impl Clone for CreateAssistantAssociationOutputBuilder
impl Clone for CreateAssistantAssociationOutputBuilder
source§fn clone(&self) -> CreateAssistantAssociationOutputBuilder
fn clone(&self) -> CreateAssistantAssociationOutputBuilder
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 CreateAssistantAssociationOutputBuilder
impl Default for CreateAssistantAssociationOutputBuilder
source§fn default() -> CreateAssistantAssociationOutputBuilder
fn default() -> CreateAssistantAssociationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateAssistantAssociationOutputBuilder
impl PartialEq for CreateAssistantAssociationOutputBuilder
source§fn eq(&self, other: &CreateAssistantAssociationOutputBuilder) -> bool
fn eq(&self, other: &CreateAssistantAssociationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateAssistantAssociationOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateAssistantAssociationOutputBuilder
impl RefUnwindSafe for CreateAssistantAssociationOutputBuilder
impl Send for CreateAssistantAssociationOutputBuilder
impl Sync for CreateAssistantAssociationOutputBuilder
impl Unpin for CreateAssistantAssociationOutputBuilder
impl UnwindSafe for CreateAssistantAssociationOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.