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>
46 template<
typename RotationIdT = Aws::String>
47 void SetRotationId(RotationIdT&& value) { m_rotationIdHasBeenSet =
true; m_rotationId = std::forward<RotationIdT>(value); }
48 template<
typename RotationIdT = Aws::String>
60 template<
typename ContactIdsT = Aws::Vector<Aws::String>>
61 void SetContactIds(ContactIdsT&& value) { m_contactIdsHasBeenSet =
true; m_contactIds = std::forward<ContactIdsT>(value); }
62 template<
typename ContactIdsT = Aws::Vector<Aws::String>>
64 template<
typename ContactIdsT = Aws::String>
74 template<
typename StartTimeT = Aws::Utils::DateTime>
75 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
76 template<
typename StartTimeT = Aws::Utils::DateTime>
92 template<
typename TimeZoneIdT = Aws::String>
93 void SetTimeZoneId(TimeZoneIdT&& value) { m_timeZoneIdHasBeenSet =
true; m_timeZoneId = std::forward<TimeZoneIdT>(value); }
94 template<
typename TimeZoneIdT = Aws::String>
105 template<
typename RecurrenceT = RecurrenceSettings>
106 void SetRecurrence(RecurrenceT&& value) { m_recurrenceHasBeenSet =
true; m_recurrence = std::forward<RecurrenceT>(value); }
107 template<
typename RecurrenceT = RecurrenceSettings>
113 bool m_rotationIdHasBeenSet =
false;
116 bool m_contactIdsHasBeenSet =
false;
119 bool m_startTimeHasBeenSet =
false;
122 bool m_timeZoneIdHasBeenSet =
false;
124 RecurrenceSettings m_recurrence;
125 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