Struct aws_sdk_bedrockagent::operation::create_agent_alias::builders::CreateAgentAliasInputBuilder
source · #[non_exhaustive]pub struct CreateAgentAliasInputBuilder { /* private fields */ }Expand description
A builder for CreateAgentAliasInput.
Implementations§
source§impl CreateAgentAliasInputBuilder
impl CreateAgentAliasInputBuilder
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_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 client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Client specified token used for idempotency checks
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Client specified token used for idempotency checks
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
Client specified token used for idempotency checks
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.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A map of tag keys and values
A map of tag keys and values
A map of tag keys and values
sourcepub fn build(self) -> Result<CreateAgentAliasInput, BuildError>
pub fn build(self) -> Result<CreateAgentAliasInput, BuildError>
Consumes the builder and constructs a CreateAgentAliasInput.
source§impl CreateAgentAliasInputBuilder
impl CreateAgentAliasInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateAgentAliasOutput, SdkError<CreateAgentAliasError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateAgentAliasOutput, SdkError<CreateAgentAliasError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateAgentAliasInputBuilder
impl Clone for CreateAgentAliasInputBuilder
source§fn clone(&self) -> CreateAgentAliasInputBuilder
fn clone(&self) -> CreateAgentAliasInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateAgentAliasInputBuilder
impl Debug for CreateAgentAliasInputBuilder
source§impl Default for CreateAgentAliasInputBuilder
impl Default for CreateAgentAliasInputBuilder
source§fn default() -> CreateAgentAliasInputBuilder
fn default() -> CreateAgentAliasInputBuilder
source§impl PartialEq for CreateAgentAliasInputBuilder
impl PartialEq for CreateAgentAliasInputBuilder
source§fn eq(&self, other: &CreateAgentAliasInputBuilder) -> bool
fn eq(&self, other: &CreateAgentAliasInputBuilder) -> bool
self and other values to be equal, and is used
by ==.