7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/PropertyParameters.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime {
47 template <
typename ContentT = Aws::Map<Aws::String, PropertyParameters>>
49 m_contentHasBeenSet =
true;
50 m_content = std::forward<ContentT>(value);
52 template <
typename ContentT = Aws::Map<Aws::String, PropertyParameters>>
57 template <
typename ContentKeyT = Aws::String,
typename ContentValueT = PropertyParameters>
59 m_contentHasBeenSet =
true;
60 m_content.emplace(std::forward<ContentKeyT>(
key), std::forward<ContentValueT>(value));
66 bool m_contentHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API ApiRequestBody(Aws::Utils::Json::JsonView jsonValue)
void SetContent(ContentT &&value)
AWS_BEDROCKAGENTRUNTIME_API ApiRequestBody()=default
bool ContentHasBeenSet() const
ApiRequestBody & AddContent(ContentKeyT &&key, ContentValueT &&value)
ApiRequestBody & WithContent(ContentT &&value)
const Aws::Map< Aws::String, PropertyParameters > & GetContent() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API ApiRequestBody & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue