7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notificationscontacts/NotificationsContactsRequest.h>
9#include <aws/notificationscontacts/NotificationsContacts_EXPORTS.h>
14namespace NotificationsContacts {
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
59 template <
typename CodeT = Aws::String>
61 m_codeHasBeenSet =
true;
62 m_code = std::forward<CodeT>(value);
64 template <
typename CodeT = Aws::String>
66 SetCode(std::forward<CodeT>(value));
74 bool m_arnHasBeenSet =
false;
75 bool m_codeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String