7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetAgentId(
const char* value) { m_agentIdHasBeenSet =
true; m_agentId.assign(value); }
52 bool m_agentIdHasBeenSet =
false;
AWS_BEDROCKAGENT_API PrepareAgentRequest()
const Aws::String & GetAgentId() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetAgentId(const Aws::String &value)
PrepareAgentRequest & WithAgentId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetAgentId(Aws::String &&value)
PrepareAgentRequest & WithAgentId(Aws::String &&value)
void SetAgentId(const char *value)
PrepareAgentRequest & WithAgentId(const Aws::String &value)
bool AgentIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String