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>
45 template<
typename RotationIdT = Aws::String>
46 void SetRotationId(RotationIdT&& value) { m_rotationIdHasBeenSet =
true; m_rotationId = std::forward<RotationIdT>(value); }
47 template<
typename RotationIdT = Aws::String>
60 template<
typename NewContactIdsT = Aws::Vector<Aws::String>>
61 void SetNewContactIds(NewContactIdsT&& value) { m_newContactIdsHasBeenSet =
true; m_newContactIds = std::forward<NewContactIdsT>(value); }
62 template<
typename NewContactIdsT = Aws::Vector<Aws::String>>
64 template<
typename NewContactIdsT = 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>
86 template<
typename EndTimeT = Aws::Utils::DateTime>
87 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
88 template<
typename EndTimeT = Aws::Utils::DateTime>
99 template<
typename IdempotencyTokenT = Aws::String>
100 void SetIdempotencyToken(IdempotencyTokenT&& value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken = std::forward<IdempotencyTokenT>(value); }
101 template<
typename IdempotencyTokenT = Aws::String>
107 bool m_rotationIdHasBeenSet =
false;
110 bool m_newContactIdsHasBeenSet =
false;
113 bool m_startTimeHasBeenSet =
false;
116 bool m_endTimeHasBeenSet =
false;
119 bool m_idempotencyTokenHasBeenSet =
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