AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
GetManagedNotificationConfigurationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/Notifications_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace Notifications {
22namespace Model {
24 public:
25 AWS_NOTIFICATIONS_API GetManagedNotificationConfigurationResult() = default;
29
31
34 inline const Aws::String& GetArn() const { return m_arn; }
35 template <typename ArnT = Aws::String>
36 void SetArn(ArnT&& value) {
37 m_arnHasBeenSet = true;
38 m_arn = std::forward<ArnT>(value);
39 }
40 template <typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetName() const { return m_name; }
52 template <typename NameT = Aws::String>
53 void SetName(NameT&& value) {
54 m_nameHasBeenSet = true;
55 m_name = std::forward<NameT>(value);
56 }
57 template <typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
60 return *this;
61 }
63
65
68 inline const Aws::String& GetDescription() const { return m_description; }
69 template <typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) {
71 m_descriptionHasBeenSet = true;
72 m_description = std::forward<DescriptionT>(value);
73 }
74 template <typename DescriptionT = Aws::String>
76 SetDescription(std::forward<DescriptionT>(value));
77 return *this;
78 }
80
82
85 inline const Aws::String& GetCategory() const { return m_category; }
86 template <typename CategoryT = Aws::String>
87 void SetCategory(CategoryT&& value) {
88 m_categoryHasBeenSet = true;
89 m_category = std::forward<CategoryT>(value);
90 }
91 template <typename CategoryT = Aws::String>
93 SetCategory(std::forward<CategoryT>(value));
94 return *this;
95 }
97
99
102 inline const Aws::String& GetSubCategory() const { return m_subCategory; }
103 template <typename SubCategoryT = Aws::String>
104 void SetSubCategory(SubCategoryT&& value) {
105 m_subCategoryHasBeenSet = true;
106 m_subCategory = std::forward<SubCategoryT>(value);
107 }
108 template <typename SubCategoryT = Aws::String>
110 SetSubCategory(std::forward<SubCategoryT>(value));
111 return *this;
112 }
114
116
117 inline const Aws::String& GetRequestId() const { return m_requestId; }
118 template <typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) {
120 m_requestIdHasBeenSet = true;
121 m_requestId = std::forward<RequestIdT>(value);
122 }
123 template <typename RequestIdT = Aws::String>
125 SetRequestId(std::forward<RequestIdT>(value));
126 return *this;
127 }
129 private:
130 Aws::String m_arn;
131
132 Aws::String m_name;
133
134 Aws::String m_description;
135
136 Aws::String m_category;
137
138 Aws::String m_subCategory;
139
140 Aws::String m_requestId;
141 bool m_arnHasBeenSet = false;
142 bool m_nameHasBeenSet = false;
143 bool m_descriptionHasBeenSet = false;
144 bool m_categoryHasBeenSet = false;
145 bool m_subCategoryHasBeenSet = false;
146 bool m_requestIdHasBeenSet = false;
147};
148
149} // namespace Model
150} // namespace Notifications
151} // namespace Aws
GetManagedNotificationConfigurationResult & WithDescription(DescriptionT &&value)
GetManagedNotificationConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_NOTIFICATIONS_API GetManagedNotificationConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NOTIFICATIONS_API GetManagedNotificationConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetManagedNotificationConfigurationResult & WithSubCategory(SubCategoryT &&value)
GetManagedNotificationConfigurationResult & WithCategory(CategoryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue