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>
50 template<
typename RotationArnT = Aws::String>
51 void SetRotationArn(RotationArnT&& value) { m_rotationArnHasBeenSet =
true; m_rotationArn = std::forward<RotationArnT>(value); }
52 template<
typename RotationArnT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
75 template<
typename ContactIdsT = Aws::Vector<Aws::String>>
76 void SetContactIds(ContactIdsT&& value) { m_contactIdsHasBeenSet =
true; m_contactIds = std::forward<ContactIdsT>(value); }
77 template<
typename ContactIdsT = Aws::Vector<Aws::String>>
79 template<
typename ContactIdsT = Aws::String>
80 Rotation&
AddContactIds(ContactIdsT&& value) { m_contactIdsHasBeenSet =
true; m_contactIds.emplace_back(std::forward<ContactIdsT>(value));
return *
this; }
89 template<
typename StartTimeT = Aws::Utils::DateTime>
90 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
91 template<
typename StartTimeT = Aws::Utils::DateTime>
103 template<
typename TimeZoneIdT = Aws::String>
104 void SetTimeZoneId(TimeZoneIdT&& value) { m_timeZoneIdHasBeenSet =
true; m_timeZoneId = std::forward<TimeZoneIdT>(value); }
105 template<
typename TimeZoneIdT = Aws::String>
116 template<
typename RecurrenceT = RecurrenceSettings>
117 void SetRecurrence(RecurrenceT&& value) { m_recurrenceHasBeenSet =
true; m_recurrence = std::forward<RecurrenceT>(value); }
118 template<
typename RecurrenceT = RecurrenceSettings>
124 bool m_rotationArnHasBeenSet =
false;
127 bool m_nameHasBeenSet =
false;
130 bool m_contactIdsHasBeenSet =
false;
133 bool m_startTimeHasBeenSet =
false;
136 bool m_timeZoneIdHasBeenSet =
false;
138 RecurrenceSettings m_recurrence;
139 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