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
63 bool m_contentHasBeenSet =
false;
RequestBody & AddContent(const Aws::String &key, Aws::Vector< Parameter > &&value)
void SetContent(const Aws::Map< Aws::String, Aws::Vector< Parameter > > &value)
RequestBody & WithContent(Aws::Map< Aws::String, Aws::Vector< Parameter > > &&value)
RequestBody & AddContent(const char *key, Aws::Vector< Parameter > &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContentHasBeenSet() const
void SetContent(Aws::Map< Aws::String, Aws::Vector< Parameter > > &&value)
RequestBody & AddContent(const Aws::String &key, const Aws::Vector< Parameter > &value)
RequestBody & AddContent(const char *key, const Aws::Vector< Parameter > &value)
RequestBody & WithContent(const Aws::Map< Aws::String, Aws::Vector< Parameter > > &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(Aws::String &&key, Aws::Vector< Parameter > &&value)
RequestBody & AddContent(Aws::String &&key, const Aws::Vector< Parameter > &value)
AWS_BEDROCKAGENTRUNTIME_API RequestBody()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue