AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ImportDestination.h
1
6#pragma once
7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/model/SuppressionListDestination.h>
9#include <aws/sesv2/model/ContactListDestination.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SESV2
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SESV2_API ImportDestination();
39 AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const SuppressionListDestination& GetSuppressionListDestination() const{ return m_suppressionListDestination; }
48 inline bool SuppressionListDestinationHasBeenSet() const { return m_suppressionListDestinationHasBeenSet; }
49 inline void SetSuppressionListDestination(const SuppressionListDestination& value) { m_suppressionListDestinationHasBeenSet = true; m_suppressionListDestination = value; }
50 inline void SetSuppressionListDestination(SuppressionListDestination&& value) { m_suppressionListDestinationHasBeenSet = true; m_suppressionListDestination = std::move(value); }
54
56
60 inline const ContactListDestination& GetContactListDestination() const{ return m_contactListDestination; }
61 inline bool ContactListDestinationHasBeenSet() const { return m_contactListDestinationHasBeenSet; }
62 inline void SetContactListDestination(const ContactListDestination& value) { m_contactListDestinationHasBeenSet = true; m_contactListDestination = value; }
63 inline void SetContactListDestination(ContactListDestination&& value) { m_contactListDestinationHasBeenSet = true; m_contactListDestination = std::move(value); }
67 private:
68
69 SuppressionListDestination m_suppressionListDestination;
70 bool m_suppressionListDestinationHasBeenSet = false;
71
72 ContactListDestination m_contactListDestination;
73 bool m_contactListDestinationHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace SESV2
78} // namespace Aws
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
const SuppressionListDestination & GetSuppressionListDestination() const
ImportDestination & WithContactListDestination(ContactListDestination &&value)
const ContactListDestination & GetContactListDestination() const
void SetContactListDestination(ContactListDestination &&value)
void SetSuppressionListDestination(const SuppressionListDestination &value)
ImportDestination & WithContactListDestination(const ContactListDestination &value)
AWS_SESV2_API ImportDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
ImportDestination & WithSuppressionListDestination(const SuppressionListDestination &value)
ImportDestination & WithSuppressionListDestination(SuppressionListDestination &&value)
AWS_SESV2_API ImportDestination(Aws::Utils::Json::JsonView jsonValue)
void SetSuppressionListDestination(SuppressionListDestination &&value)
void SetContactListDestination(const ContactListDestination &value)
Aws::Utils::Json::JsonValue JsonValue