Struct aws_sdk_bedrockagent::operation::update_agent_alias::builders::UpdateAgentAliasInputBuilder
source · #[non_exhaustive]pub struct UpdateAgentAliasInputBuilder { /* private fields */ }Expand description
A builder for UpdateAgentAliasInput.
Implementations§
source§impl UpdateAgentAliasInputBuilder
impl UpdateAgentAliasInputBuilder
sourcepub fn agent_id(self, input: impl Into<String>) -> Self
pub fn agent_id(self, input: impl Into<String>) -> Self
Id generated at the server side when an Agent is created This field is required.
sourcepub fn set_agent_id(self, input: Option<String>) -> Self
pub fn set_agent_id(self, input: Option<String>) -> Self
Id generated at the server side when an Agent is created
sourcepub fn get_agent_id(&self) -> &Option<String>
pub fn get_agent_id(&self) -> &Option<String>
Id generated at the server side when an Agent is created
sourcepub fn agent_alias_id(self, input: impl Into<String>) -> Self
pub fn agent_alias_id(self, input: impl Into<String>) -> Self
Id generated at the server side when an Agent Alias is created This field is required.
sourcepub fn set_agent_alias_id(self, input: Option<String>) -> Self
pub fn set_agent_alias_id(self, input: Option<String>) -> Self
Id generated at the server side when an Agent Alias is created
sourcepub fn get_agent_alias_id(&self) -> &Option<String>
pub fn get_agent_alias_id(&self) -> &Option<String>
Id generated at the server side when an Agent Alias is created
sourcepub fn agent_alias_name(self, input: impl Into<String>) -> Self
pub fn agent_alias_name(self, input: impl Into<String>) -> Self
Name for a resource. This field is required.
sourcepub fn set_agent_alias_name(self, input: Option<String>) -> Self
pub fn set_agent_alias_name(self, input: Option<String>) -> Self
Name for a resource.
sourcepub fn get_agent_alias_name(&self) -> &Option<String>
pub fn get_agent_alias_name(&self) -> &Option<String>
Name for a resource.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
Description of the Resource.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
Description of the Resource.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
Description of the Resource.
sourcepub fn routing_configuration(
self,
input: AgentAliasRoutingConfigurationListItem
) -> Self
pub fn routing_configuration( self, input: AgentAliasRoutingConfigurationListItem ) -> Self
Appends an item to routing_configuration.
To override the contents of this collection use set_routing_configuration.
Routing configuration for an Agent alias.
sourcepub fn set_routing_configuration(
self,
input: Option<Vec<AgentAliasRoutingConfigurationListItem>>
) -> Self
pub fn set_routing_configuration( self, input: Option<Vec<AgentAliasRoutingConfigurationListItem>> ) -> Self
Routing configuration for an Agent alias.
sourcepub fn get_routing_configuration(
&self
) -> &Option<Vec<AgentAliasRoutingConfigurationListItem>>
pub fn get_routing_configuration( &self ) -> &Option<Vec<AgentAliasRoutingConfigurationListItem>>
Routing configuration for an Agent alias.
sourcepub fn build(self) -> Result<UpdateAgentAliasInput, BuildError>
pub fn build(self) -> Result<UpdateAgentAliasInput, BuildError>
Consumes the builder and constructs a UpdateAgentAliasInput.
source§impl UpdateAgentAliasInputBuilder
impl UpdateAgentAliasInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateAgentAliasOutput, SdkError<UpdateAgentAliasError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateAgentAliasOutput, SdkError<UpdateAgentAliasError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateAgentAliasInputBuilder
impl Clone for UpdateAgentAliasInputBuilder
source§fn clone(&self) -> UpdateAgentAliasInputBuilder
fn clone(&self) -> UpdateAgentAliasInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateAgentAliasInputBuilder
impl Debug for UpdateAgentAliasInputBuilder
source§impl Default for UpdateAgentAliasInputBuilder
impl Default for UpdateAgentAliasInputBuilder
source§fn default() -> UpdateAgentAliasInputBuilder
fn default() -> UpdateAgentAliasInputBuilder
source§impl PartialEq for UpdateAgentAliasInputBuilder
impl PartialEq for UpdateAgentAliasInputBuilder
source§fn eq(&self, other: &UpdateAgentAliasInputBuilder) -> bool
fn eq(&self, other: &UpdateAgentAliasInputBuilder) -> bool
self and other values to be equal, and is used
by ==.