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