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
67 bool m_contentHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API ApiRequestBody(Aws::Utils::Json::JsonView jsonValue)
ApiRequestBody & AddContent(Aws::String &&key, const PropertyParameters &value)
ApiRequestBody & AddContent(Aws::String &&key, PropertyParameters &&value)
ApiRequestBody & WithContent(const Aws::Map< Aws::String, PropertyParameters > &value)
bool ContentHasBeenSet() const
ApiRequestBody & AddContent(const Aws::String &key, PropertyParameters &&value)
AWS_BEDROCKAGENTRUNTIME_API ApiRequestBody()
void SetContent(Aws::Map< Aws::String, PropertyParameters > &&value)
ApiRequestBody & AddContent(const Aws::String &key, const PropertyParameters &value)
const Aws::Map< Aws::String, PropertyParameters > & GetContent() const
ApiRequestBody & AddContent(const char *key, const PropertyParameters &value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
ApiRequestBody & AddContent(const char *key, PropertyParameters &&value)
AWS_BEDROCKAGENTRUNTIME_API ApiRequestBody & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContent(const Aws::Map< Aws::String, PropertyParameters > &value)
ApiRequestBody & WithContent(Aws::Map< Aws::String, PropertyParameters > &&value)
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
Aws::Utils::Json::JsonValue JsonValue