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