7#include <aws/notificationscontacts/NotificationsContacts_EXPORTS.h>
8#include <aws/notificationscontacts/NotificationsContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace NotificationsContacts
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
49 bool m_arnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String