7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/ssm-contacts/SSMContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/ssm-contacts/model/RecurrenceSettings.h>
48 inline void SetRotationId(
const char* value) { m_rotationIdHasBeenSet =
true; m_rotationId.assign(value); }
97 inline void SetTimeZoneId(
const char* value) { m_timeZoneIdHasBeenSet =
true; m_timeZoneId.assign(value); }
118 bool m_rotationIdHasBeenSet =
false;
121 bool m_contactIdsHasBeenSet =
false;
124 bool m_startTimeHasBeenSet =
false;
127 bool m_timeZoneIdHasBeenSet =
false;
130 bool m_recurrenceHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector