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>
57 template<
typename StartTimeT = Aws::Utils::DateTime>
58 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
59 template<
typename StartTimeT = Aws::Utils::DateTime>
69 template<
typename EndTimeT = Aws::Utils::DateTime>
70 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
71 template<
typename EndTimeT = Aws::Utils::DateTime>
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
95 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
101 bool m_rotationIdHasBeenSet =
false;
104 bool m_startTimeHasBeenSet =
false;
107 bool m_endTimeHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String