7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent-runtime/model/PropertyParameters.h>
23namespace BedrockAgentRuntime
53 template<
typename ContentT = Aws::Map<Aws::String, PropertyParameters>>
54 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
55 template<
typename ContentT = Aws::Map<Aws::String, PropertyParameters>>
57 template<
typename ContentKeyT = Aws::String,
typename ContentValueT = PropertyParameters>
59 m_contentHasBeenSet =
true; m_content.emplace(std::forward<ContentKeyT>(key), std::forward<ContentValueT>(value));
return *
this;
65 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::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue