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/pinpoint-email/PinpointEmail_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 PinpointEmail
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_PINPOINTEMAIL_API RawMessage();
35 AWS_PINPOINTEMAIL_API RawMessage(Aws::Utils::Json::JsonView jsonValue);
36 AWS_PINPOINTEMAIL_API RawMessage& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
55 inline const Aws::Utils::ByteBuffer& GetData() const{ return m_data; }
56 inline bool DataHasBeenSet() const { return m_dataHasBeenSet; }
57 inline void SetData(const Aws::Utils::ByteBuffer& value) { m_dataHasBeenSet = true; m_data = value; }
58 inline void SetData(Aws::Utils::ByteBuffer&& value) { m_dataHasBeenSet = true; m_data = std::move(value); }
59 inline RawMessage& WithData(const Aws::Utils::ByteBuffer& value) { SetData(value); return *this;}
60 inline RawMessage& WithData(Aws::Utils::ByteBuffer&& value) { SetData(std::move(value)); return *this;}
62 private:
63
65 bool m_dataHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace PinpointEmail
70} // namespace Aws
RawMessage & WithData(Aws::Utils::ByteBuffer &&value)
Definition RawMessage.h:60
void SetData(Aws::Utils::ByteBuffer &&value)
Definition RawMessage.h:58
AWS_PINPOINTEMAIL_API RawMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINTEMAIL_API RawMessage()
AWS_PINPOINTEMAIL_API RawMessage(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::ByteBuffer & GetData() const
Definition RawMessage.h:55
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
RawMessage & WithData(const Aws::Utils::ByteBuffer &value)
Definition RawMessage.h:59
void SetData(const Aws::Utils::ByteBuffer &value)
Definition RawMessage.h:57
Aws::Utils::Json::JsonValue JsonValue