7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notificationscontacts/NotificationsContacts_EXPORTS.h>
19namespace NotificationsContacts {
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename ResourceIdT = Aws::String>
59 m_resourceIdHasBeenSet =
true;
60 m_resourceId = std::forward<ResourceIdT>(value);
62 template <
typename ResourceIdT = Aws::String>
75 template <
typename ResourceTypeT = Aws::String>
77 m_resourceTypeHasBeenSet =
true;
78 m_resourceType = std::forward<ResourceTypeT>(value);
80 template <
typename ResourceTypeT = Aws::String>
95 template <
typename ServiceCodeT = Aws::String>
97 m_serviceCodeHasBeenSet =
true;
98 m_serviceCode = std::forward<ServiceCodeT>(value);
100 template <
typename ServiceCodeT = Aws::String>
115 template <
typename QuotaCodeT = Aws::String>
117 m_quotaCodeHasBeenSet =
true;
118 m_quotaCode = std::forward<QuotaCodeT>(value);
120 template <
typename QuotaCodeT = Aws::String>
136 bool m_messageHasBeenSet =
false;
137 bool m_resourceIdHasBeenSet =
false;
138 bool m_resourceTypeHasBeenSet =
false;
139 bool m_serviceCodeHasBeenSet =
false;
140 bool m_quotaCodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue