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