7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/Notifications_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace Notifications {
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
86 template <
typename CategoryT = Aws::String>
88 m_categoryHasBeenSet =
true;
89 m_category = std::forward<CategoryT>(value);
91 template <
typename CategoryT = Aws::String>
103 template <
typename SubCategoryT = Aws::String>
105 m_subCategoryHasBeenSet =
true;
106 m_subCategory = std::forward<SubCategoryT>(value);
108 template <
typename SubCategoryT = Aws::String>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
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;
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)
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