7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
34 AWS_BEDROCKAGENTRUNTIME_API
Caller() =
default;
46 template<
typename AgentAliasArnT = Aws::String>
47 void SetAgentAliasArn(AgentAliasArnT&& value) { m_agentAliasArnHasBeenSet =
true; m_agentAliasArn = std::forward<AgentAliasArnT>(value); }
48 template<
typename AgentAliasArnT = Aws::String>
54 bool m_agentAliasArnHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API Caller()=default
AWS_BEDROCKAGENTRUNTIME_API Caller & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAgentAliasArn(AgentAliasArnT &&value)
bool AgentAliasArnHasBeenSet() const
const Aws::String & GetAgentAliasArn() const
AWS_BEDROCKAGENTRUNTIME_API Caller(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
Caller & WithAgentAliasArn(AgentAliasArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue