7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
29 AWS_BEDROCKAGENTRUNTIME_API
Caller() =
default;
40 template <
typename AgentAliasArnT = Aws::String>
42 m_agentAliasArnHasBeenSet =
true;
43 m_agentAliasArn = std::forward<AgentAliasArnT>(value);
45 template <
typename AgentAliasArnT = Aws::String>
53 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::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