7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/Array.h>
21namespace BedrockRuntime
46 template<
typename BytesT = Aws::Utils::CryptoBuffer>
47 void SetBytes(BytesT&& value) { m_bytesHasBeenSet =
true; m_bytes = std::forward<BytesT>(value); }
48 template<
typename BytesT = Aws::Utils::CryptoBuffer>
54 bool m_bytesHasBeenSet =
false;
const Aws::Utils::CryptoBuffer & GetBytes() const
void SetBytes(BytesT &&value)
AWS_BEDROCKRUNTIME_API PayloadPart()=default
bool BytesHasBeenSet() const
PayloadPart & WithBytes(BytesT &&value)
AWS_BEDROCKRUNTIME_API PayloadPart(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKRUNTIME_API PayloadPart & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue