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