7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace Notifications {
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
70 template <
typename DescriptionT = Aws::String>
72 m_descriptionHasBeenSet =
true;
73 m_description = std::forward<DescriptionT>(value);
75 template <
typename DescriptionT = Aws::String>
87 template <
typename CategoryT = Aws::String>
89 m_categoryHasBeenSet =
true;
90 m_category = std::forward<CategoryT>(value);
92 template <
typename CategoryT = Aws::String>
104 template <
typename SubCategoryT = Aws::String>
106 m_subCategoryHasBeenSet =
true;
107 m_subCategory = std::forward<SubCategoryT>(value);
109 template <
typename SubCategoryT = Aws::String>
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
145 bool m_arnHasBeenSet =
false;
146 bool m_nameHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
148 bool m_categoryHasBeenSet =
false;
149 bool m_subCategoryHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
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)
const Aws::String & GetCategory() const
void SetCategory(CategoryT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetSubCategory(SubCategoryT &&value)
GetManagedNotificationConfigurationResult & WithSubCategory(SubCategoryT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
GetManagedNotificationConfigurationResult & WithCategory(CategoryT &&value)
GetManagedNotificationConfigurationResult & WithName(NameT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetName() const
GetManagedNotificationConfigurationResult & WithArn(ArnT &&value)
const Aws::String & GetSubCategory() const
AWS_NOTIFICATIONS_API GetManagedNotificationConfigurationResult()=default
void SetArn(ArnT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue