7#include <aws/notificationscontacts/NotificationsContacts_EXPORTS.h>
8#include <aws/notificationscontacts/NotificationsContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace NotificationsContacts
49 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
70 bool m_maxResultsHasBeenSet =
false;
73 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String