7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/ssm-contacts/SSMContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetRotationNamePrefix(
const char* value) { m_rotationNamePrefixHasBeenSet =
true; m_rotationNamePrefix.assign(value); }
61 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 bool m_rotationNamePrefixHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 bool m_maxResultsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String