7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace Notifications
40 template<
typename ArnT = Aws::String>
41 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
42 template<
typename ArnT = Aws::String>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
73 template<
typename CategoryT = Aws::String>
74 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
75 template<
typename CategoryT = Aws::String>
84 template<
typename SubCategoryT = Aws::String>
85 void SetSubCategory(SubCategoryT&& value) { m_subCategoryHasBeenSet =
true; m_subCategory = std::forward<SubCategoryT>(value); }
86 template<
typename SubCategoryT = Aws::String>
93 template<
typename RequestIdT = Aws::String>
94 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
95 template<
typename RequestIdT = Aws::String>
101 bool m_arnHasBeenSet =
false;
104 bool m_nameHasBeenSet =
false;
107 bool m_descriptionHasBeenSet =
false;
110 bool m_categoryHasBeenSet =
false;
113 bool m_subCategoryHasBeenSet =
false;
116 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