AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SuppressionListDestination.h
1
6#pragma once
7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/model/SuppressionListImportAction.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
33 {
34 public:
38 AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline const SuppressionListImportAction& GetSuppressionListImportAction() const{ return m_suppressionListImportAction; }
49 inline bool SuppressionListImportActionHasBeenSet() const { return m_suppressionListImportActionHasBeenSet; }
50 inline void SetSuppressionListImportAction(const SuppressionListImportAction& value) { m_suppressionListImportActionHasBeenSet = true; m_suppressionListImportAction = value; }
51 inline void SetSuppressionListImportAction(SuppressionListImportAction&& value) { m_suppressionListImportActionHasBeenSet = true; m_suppressionListImportAction = std::move(value); }
55 private:
56
57 SuppressionListImportAction m_suppressionListImportAction;
58 bool m_suppressionListImportActionHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace SESV2
63} // namespace Aws
SuppressionListDestination & WithSuppressionListImportAction(SuppressionListImportAction &&value)
AWS_SESV2_API SuppressionListDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSuppressionListImportAction(const SuppressionListImportAction &value)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
SuppressionListDestination & WithSuppressionListImportAction(const SuppressionListImportAction &value)
const SuppressionListImportAction & GetSuppressionListImportAction() const
AWS_SESV2_API SuppressionListDestination(Aws::Utils::Json::JsonView jsonValue)
void SetSuppressionListImportAction(SuppressionListImportAction &&value)
Aws::Utils::Json::JsonValue JsonValue