7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/S3Identifier.h>
22namespace BedrockAgentRuntime
53 template<
typename PayloadT = Aws::String>
54 void SetPayload(PayloadT&& value) { m_payloadHasBeenSet =
true; m_payload = std::forward<PayloadT>(value); }
55 template<
typename PayloadT = Aws::String>
66 template<
typename S3T = S3Identifier>
67 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
68 template<
typename S3T = S3Identifier>
74 bool m_payloadHasBeenSet =
false;
77 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue