7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
44 template <
typename AgentAliasArnT = Aws::String>
46 m_agentAliasArnHasBeenSet =
true;
47 m_agentAliasArn = std::forward<AgentAliasArnT>(value);
49 template <
typename AgentAliasArnT = Aws::String>
57 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue