AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SuppressedDestinationAttributes.h
1
6#pragma once
7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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
34 {
35 public:
39 AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetMessageId() const{ return m_messageId; }
48 inline bool MessageIdHasBeenSet() const { return m_messageIdHasBeenSet; }
49 inline void SetMessageId(const Aws::String& value) { m_messageIdHasBeenSet = true; m_messageId = value; }
50 inline void SetMessageId(Aws::String&& value) { m_messageIdHasBeenSet = true; m_messageId = std::move(value); }
51 inline void SetMessageId(const char* value) { m_messageIdHasBeenSet = true; m_messageId.assign(value); }
52 inline SuppressedDestinationAttributes& WithMessageId(const Aws::String& value) { SetMessageId(value); return *this;}
53 inline SuppressedDestinationAttributes& WithMessageId(Aws::String&& value) { SetMessageId(std::move(value)); return *this;}
54 inline SuppressedDestinationAttributes& WithMessageId(const char* value) { SetMessageId(value); return *this;}
56
58
62 inline const Aws::String& GetFeedbackId() const{ return m_feedbackId; }
63 inline bool FeedbackIdHasBeenSet() const { return m_feedbackIdHasBeenSet; }
64 inline void SetFeedbackId(const Aws::String& value) { m_feedbackIdHasBeenSet = true; m_feedbackId = value; }
65 inline void SetFeedbackId(Aws::String&& value) { m_feedbackIdHasBeenSet = true; m_feedbackId = std::move(value); }
66 inline void SetFeedbackId(const char* value) { m_feedbackIdHasBeenSet = true; m_feedbackId.assign(value); }
67 inline SuppressedDestinationAttributes& WithFeedbackId(const Aws::String& value) { SetFeedbackId(value); return *this;}
68 inline SuppressedDestinationAttributes& WithFeedbackId(Aws::String&& value) { SetFeedbackId(std::move(value)); return *this;}
69 inline SuppressedDestinationAttributes& WithFeedbackId(const char* value) { SetFeedbackId(value); return *this;}
71 private:
72
73 Aws::String m_messageId;
74 bool m_messageIdHasBeenSet = false;
75
76 Aws::String m_feedbackId;
77 bool m_feedbackIdHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace SESV2
82} // namespace Aws
SuppressedDestinationAttributes & WithFeedbackId(Aws::String &&value)
AWS_SESV2_API SuppressedDestinationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
SuppressedDestinationAttributes & WithFeedbackId(const char *value)
AWS_SESV2_API SuppressedDestinationAttributes(Aws::Utils::Json::JsonView jsonValue)
SuppressedDestinationAttributes & WithFeedbackId(const Aws::String &value)
SuppressedDestinationAttributes & WithMessageId(const char *value)
SuppressedDestinationAttributes & WithMessageId(const Aws::String &value)
SuppressedDestinationAttributes & WithMessageId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue