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 ServiceCodeT = Aws::String>
59 m_serviceCodeHasBeenSet =
true;
60 m_serviceCode = std::forward<ServiceCodeT>(value);
62 template <
typename ServiceCodeT = Aws::String>
75 template <
typename QuotaCodeT = Aws::String>
77 m_quotaCodeHasBeenSet =
true;
78 m_quotaCode = std::forward<QuotaCodeT>(value);
80 template <
typename QuotaCodeT = Aws::String>
94 m_retryAfterSecondsHasBeenSet =
true;
95 m_retryAfterSeconds = value;
109 int m_retryAfterSeconds{0};
110 bool m_messageHasBeenSet =
false;
111 bool m_serviceCodeHasBeenSet =
false;
112 bool m_quotaCodeHasBeenSet =
false;
113 bool m_retryAfterSecondsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue