7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
41 template <
typename ContentT = Aws::String>
43 m_contentHasBeenSet =
true;
44 m_content = std::forward<ContentT>(value);
46 template <
typename ContentT = Aws::String>
54 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::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