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/ssm-contacts/model/TimeRange.h>
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
56 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
67 template<
typename Inc
identIdT = Aws::String>
68 void SetIncidentId(IncidentIdT&& value) { m_incidentIdHasBeenSet =
true; m_incidentId = std::forward<IncidentIdT>(value); }
69 template<
typename Inc
identIdT = Aws::String>
79 template<
typename TimeRangeValueT = TimeRange>
80 void SetTimeRangeValue(TimeRangeValueT&& value) { m_timeRangeValueHasBeenSet =
true; m_timeRangeValue = std::forward<TimeRangeValueT>(value); }
81 template<
typename TimeRangeValueT = TimeRange>
87 bool m_nextTokenHasBeenSet =
false;
90 bool m_maxResultsHasBeenSet =
false;
93 bool m_incidentIdHasBeenSet =
false;
95 TimeRange m_timeRangeValue;
96 bool m_timeRangeValueHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String