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/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>
58 template<
typename StartTimeT = Aws::Utils::DateTime>
59 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
60 template<
typename StartTimeT = Aws::Utils::DateTime>
70 template<
typename EndTimeT = Aws::Utils::DateTime>
71 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
72 template<
typename EndTimeT = Aws::Utils::DateTime>
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
96 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
102 bool m_rotationIdHasBeenSet =
false;
105 bool m_startTimeHasBeenSet =
false;
108 bool m_endTimeHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
114 bool m_maxResultsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String