7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/ssm-contacts/SSMContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RotationNamePrefixT = Aws::String>
46 void SetRotationNamePrefix(RotationNamePrefixT&& value) { m_rotationNamePrefixHasBeenSet =
true; m_rotationNamePrefix = std::forward<RotationNamePrefixT>(value); }
47 template<
typename RotationNamePrefixT = Aws::String>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 bool m_rotationNamePrefixHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String