7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
46 template <
typename AgentIdentifierT = Aws::String>
48 m_agentIdentifierHasBeenSet =
true;
49 m_agentIdentifier = std::forward<AgentIdentifierT>(value);
51 template <
typename AgentIdentifierT = Aws::String>
59 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::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