7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/ssm-contacts/model/RecurrenceSettings.h>
52 inline void SetRotationArn(
const char* value) { m_rotationArnHasBeenSet =
true; m_rotationArn.assign(value); }
66 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
85 inline Rotation&
AddContactIds(
const char* value) { m_contactIdsHasBeenSet =
true; m_contactIds.push_back(value);
return *
this; }
110 inline void SetTimeZoneId(
const char* value) { m_timeZoneIdHasBeenSet =
true; m_timeZoneId.assign(value); }
131 bool m_rotationArnHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
137 bool m_contactIdsHasBeenSet =
false;
140 bool m_startTimeHasBeenSet =
false;
143 bool m_timeZoneIdHasBeenSet =
false;
146 bool m_recurrenceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue