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>
57 template<
typename CodeT = Aws::String>
58 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
59 template<
typename CodeT = Aws::String>
65 bool m_arnHasBeenSet =
false;
68 bool m_codeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String