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/core/utils/memory/stl/AWSVector.h>
11#include <aws/bedrock-agent-runtime/model/Parameter.h>
24namespace BedrockAgentRuntime
49 template<
typename ContentT = Aws::Map<Aws::String, Aws::Vector<Parameter>>>
50 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
51 template<
typename ContentT = Aws::Map<Aws::String, Aws::Vector<Parameter>>>
53 template<
typename ContentKeyT = Aws::String,
typename ContentValueT = Aws::Vector<Parameter>>
55 m_contentHasBeenSet =
true; m_content.emplace(std::forward<ContentKeyT>(key), std::forward<ContentValueT>(value));
return *
this;
61 bool m_contentHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContentHasBeenSet() const
RequestBody & WithContent(ContentT &&value)
void SetContent(ContentT &&value)
const Aws::Map< Aws::String, Aws::Vector< Parameter > > & GetContent() const
AWS_BEDROCKAGENTRUNTIME_API RequestBody(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API RequestBody & operator=(Aws::Utils::Json::JsonView jsonValue)
RequestBody & AddContent(ContentKeyT &&key, ContentValueT &&value)
AWS_BEDROCKAGENTRUNTIME_API RequestBody()=default
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue