7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/S3Identifier.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgentRuntime {
47 template <
typename PayloadT = Aws::String>
49 m_payloadHasBeenSet =
true;
50 m_payload = std::forward<PayloadT>(value);
52 template <
typename PayloadT = Aws::String>
66 template <
typename S3T = S3Identifier>
68 m_s3HasBeenSet =
true;
69 m_s3 = std::forward<S3T>(value);
71 template <
typename S3T = S3Identifier>
73 SetS3(std::forward<S3T>(value));
81 bool m_payloadHasBeenSet =
false;
82 bool m_s3HasBeenSet =
false;
APISchema & WithS3(S3T &&value)
const S3Identifier & GetS3() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3HasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API APISchema & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PayloadHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API APISchema(Aws::Utils::Json::JsonView jsonValue)
void SetPayload(PayloadT &&value)
APISchema & WithPayload(PayloadT &&value)
AWS_BEDROCKAGENTRUNTIME_API APISchema()=default
const Aws::String & GetPayload() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue