7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename AgentIdentifierT = Aws::String>
53 void SetAgentIdentifier(AgentIdentifierT&& value) { m_agentIdentifierHasBeenSet =
true; m_agentIdentifier = std::forward<AgentIdentifierT>(value); }
54 template<
typename AgentIdentifierT = Aws::String>
60 bool m_agentIdentifierHasBeenSet =
false;
PromptAgentResource & WithAgentIdentifier(AgentIdentifierT &&value)
AWS_BEDROCKAGENT_API PromptAgentResource(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API PromptAgentResource()=default
const Aws::String & GetAgentIdentifier() const
AWS_BEDROCKAGENT_API PromptAgentResource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AgentIdentifierHasBeenSet() const
void SetAgentIdentifier(AgentIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue