7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename AgentAliasArnT = Aws::String>
51 void SetAgentAliasArn(AgentAliasArnT&& value) { m_agentAliasArnHasBeenSet =
true; m_agentAliasArn = std::forward<AgentAliasArnT>(value); }
52 template<
typename AgentAliasArnT = Aws::String>
58 bool m_agentAliasArnHasBeenSet =
false;
bool AgentAliasArnHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AgentFlowNodeConfiguration & WithAgentAliasArn(AgentAliasArnT &&value)
AWS_BEDROCKAGENT_API AgentFlowNodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetAgentAliasArn(AgentAliasArnT &&value)
AWS_BEDROCKAGENT_API AgentFlowNodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API AgentFlowNodeConfiguration()=default
const Aws::String & GetAgentAliasArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue