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