AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RawMessage.h
1
6#pragma once
7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SESV2
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_SESV2_API RawMessage();
35 AWS_SESV2_API RawMessage(Aws::Utils::Json::JsonView jsonValue);
37 AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
58 inline const Aws::Utils::ByteBuffer& GetData() const{ return m_data; }
59 inline bool DataHasBeenSet() const { return m_dataHasBeenSet; }
60 inline void SetData(const Aws::Utils::ByteBuffer& value) { m_dataHasBeenSet = true; m_data = value; }
61 inline void SetData(Aws::Utils::ByteBuffer&& value) { m_dataHasBeenSet = true; m_data = std::move(value); }
62 inline RawMessage& WithData(const Aws::Utils::ByteBuffer& value) { SetData(value); return *this;}
63 inline RawMessage& WithData(Aws::Utils::ByteBuffer&& value) { SetData(std::move(value)); return *this;}
65 private:
66
68 bool m_dataHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace SESV2
73} // namespace Aws
AWS_SESV2_API RawMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetData(Aws::Utils::ByteBuffer &&value)
Definition RawMessage.h:61
RawMessage & WithData(Aws::Utils::ByteBuffer &&value)
Definition RawMessage.h:63
const Aws::Utils::ByteBuffer & GetData() const
Definition RawMessage.h:58
void SetData(const Aws::Utils::ByteBuffer &value)
Definition RawMessage.h:60
AWS_SESV2_API RawMessage(Aws::Utils::Json::JsonView jsonValue)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
RawMessage & WithData(const Aws::Utils::ByteBuffer &value)
Definition RawMessage.h:62
Aws::Utils::Json::JsonValue JsonValue