Struct aws_sdk_bedrockagent::operation::associate_agent_knowledge_base::builders::AssociateAgentKnowledgeBaseOutputBuilder
source · #[non_exhaustive]pub struct AssociateAgentKnowledgeBaseOutputBuilder { /* private fields */ }Expand description
A builder for AssociateAgentKnowledgeBaseOutput.
Implementations§
source§impl AssociateAgentKnowledgeBaseOutputBuilder
impl AssociateAgentKnowledgeBaseOutputBuilder
sourcepub fn agent_knowledge_base(self, input: AgentKnowledgeBase) -> Self
pub fn agent_knowledge_base(self, input: AgentKnowledgeBase) -> Self
Contains the information of an Agent Knowledge Base. This field is required.
sourcepub fn set_agent_knowledge_base(self, input: Option<AgentKnowledgeBase>) -> Self
pub fn set_agent_knowledge_base(self, input: Option<AgentKnowledgeBase>) -> Self
Contains the information of an Agent Knowledge Base.
sourcepub fn get_agent_knowledge_base(&self) -> &Option<AgentKnowledgeBase>
pub fn get_agent_knowledge_base(&self) -> &Option<AgentKnowledgeBase>
Contains the information of an Agent Knowledge Base.
sourcepub fn build(self) -> AssociateAgentKnowledgeBaseOutput
pub fn build(self) -> AssociateAgentKnowledgeBaseOutput
Consumes the builder and constructs a AssociateAgentKnowledgeBaseOutput.
Trait Implementations§
source§impl Clone for AssociateAgentKnowledgeBaseOutputBuilder
impl Clone for AssociateAgentKnowledgeBaseOutputBuilder
source§fn clone(&self) -> AssociateAgentKnowledgeBaseOutputBuilder
fn clone(&self) -> AssociateAgentKnowledgeBaseOutputBuilder
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 AssociateAgentKnowledgeBaseOutputBuilder
impl Default for AssociateAgentKnowledgeBaseOutputBuilder
source§fn default() -> AssociateAgentKnowledgeBaseOutputBuilder
fn default() -> AssociateAgentKnowledgeBaseOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssociateAgentKnowledgeBaseOutputBuilder
impl PartialEq for AssociateAgentKnowledgeBaseOutputBuilder
source§fn eq(&self, other: &AssociateAgentKnowledgeBaseOutputBuilder) -> bool
fn eq(&self, other: &AssociateAgentKnowledgeBaseOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AssociateAgentKnowledgeBaseOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AssociateAgentKnowledgeBaseOutputBuilder
impl Send for AssociateAgentKnowledgeBaseOutputBuilder
impl Sync for AssociateAgentKnowledgeBaseOutputBuilder
impl Unpin for AssociateAgentKnowledgeBaseOutputBuilder
impl UnwindSafe for AssociateAgentKnowledgeBaseOutputBuilder
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.