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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename RotationArnT = Aws::String>
44 void SetRotationArn(RotationArnT&& value) { m_rotationArnHasBeenSet =
true; m_rotationArn = std::forward<RotationArnT>(value); }
45 template<
typename RotationArnT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
66 template<
typename ContactIdsT = Aws::Vector<Aws::String>>
67 void SetContactIds(ContactIdsT&& value) { m_contactIdsHasBeenSet =
true; m_contactIds = std::forward<ContactIdsT>(value); }
68 template<
typename ContactIdsT = Aws::Vector<Aws::String>>
70 template<
typename ContactIdsT = Aws::String>
71 GetRotationResult&
AddContactIds(ContactIdsT&& value) { m_contactIdsHasBeenSet =
true; m_contactIds.emplace_back(std::forward<ContactIdsT>(value));
return *
this; }
79 template<
typename StartTimeT = Aws::Utils::DateTime>
80 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
81 template<
typename StartTimeT = Aws::Utils::DateTime>
91 template<
typename TimeZoneIdT = Aws::String>
92 void SetTimeZoneId(TimeZoneIdT&& value) { m_timeZoneIdHasBeenSet =
true; m_timeZoneId = std::forward<TimeZoneIdT>(value); }
93 template<
typename TimeZoneIdT = Aws::String>
103 template<
typename RecurrenceT = RecurrenceSettings>
104 void SetRecurrence(RecurrenceT&& value) { m_recurrenceHasBeenSet =
true; m_recurrence = std::forward<RecurrenceT>(value); }
105 template<
typename RecurrenceT = RecurrenceSettings>
112 template<
typename RequestIdT = Aws::String>
113 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
114 template<
typename RequestIdT = Aws::String>
120 bool m_rotationArnHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_contactIdsHasBeenSet =
false;
129 bool m_startTimeHasBeenSet =
false;
132 bool m_timeZoneIdHasBeenSet =
false;
134 RecurrenceSettings m_recurrence;
135 bool m_recurrenceHasBeenSet =
false;
138 bool m_requestIdHasBeenSet =
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