Struct aws_sdk_wisdom::operation::get_assistant_association::builders::GetAssistantAssociationOutputBuilder
source · #[non_exhaustive]pub struct GetAssistantAssociationOutputBuilder { /* private fields */ }Expand description
A builder for GetAssistantAssociationOutput.
Implementations§
source§impl GetAssistantAssociationOutputBuilder
impl GetAssistantAssociationOutputBuilder
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) -> GetAssistantAssociationOutput
pub fn build(self) -> GetAssistantAssociationOutput
Consumes the builder and constructs a GetAssistantAssociationOutput.
Trait Implementations§
source§impl Clone for GetAssistantAssociationOutputBuilder
impl Clone for GetAssistantAssociationOutputBuilder
source§fn clone(&self) -> GetAssistantAssociationOutputBuilder
fn clone(&self) -> GetAssistantAssociationOutputBuilder
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 GetAssistantAssociationOutputBuilder
impl Default for GetAssistantAssociationOutputBuilder
source§fn default() -> GetAssistantAssociationOutputBuilder
fn default() -> GetAssistantAssociationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetAssistantAssociationOutputBuilder
impl PartialEq for GetAssistantAssociationOutputBuilder
source§fn eq(&self, other: &GetAssistantAssociationOutputBuilder) -> bool
fn eq(&self, other: &GetAssistantAssociationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetAssistantAssociationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetAssistantAssociationOutputBuilder
impl Send for GetAssistantAssociationOutputBuilder
impl Sync for GetAssistantAssociationOutputBuilder
impl Unpin for GetAssistantAssociationOutputBuilder
impl UnwindSafe for GetAssistantAssociationOutputBuilder
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>
Creates a shared type from an unshared type.