7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
50 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
58 bool m_textHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API ActionGroupInvocationOutput(Aws::Utils::Json::JsonView jsonValue)
bool TextHasBeenSet() const
void SetText(Aws::String &&value)
ActionGroupInvocationOutput & WithText(Aws::String &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetText(const Aws::String &value)
void SetText(const char *value)
ActionGroupInvocationOutput & WithText(const char *value)
AWS_BEDROCKAGENTRUNTIME_API ActionGroupInvocationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API ActionGroupInvocationOutput()
ActionGroupInvocationOutput & WithText(const Aws::String &value)
const Aws::String & GetText() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue