7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
47 template<
typename ContentT = Aws::String>
48 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
49 template<
typename ContentT = Aws::String>
55 bool m_contentHasBeenSet =
false;
bool ContentHasBeenSet() const
void SetContent(ContentT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetContent() const
AWS_BEDROCKAGENTRUNTIME_API RawResponse()=default
AWS_BEDROCKAGENTRUNTIME_API RawResponse(Aws::Utils::Json::JsonView jsonValue)
RawResponse & WithContent(ContentT &&value)
AWS_BEDROCKAGENTRUNTIME_API RawResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue