7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/iotevents/IoTEventsRequest.h>
9#include <aws/iotevents/model/InputIdentifier.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename InputIdentifierT = InputIdentifier>
43 void SetInputIdentifier(InputIdentifierT&& value) { m_inputIdentifierHasBeenSet =
true; m_inputIdentifier = std::forward<InputIdentifierT>(value); }
44 template<
typename InputIdentifierT = InputIdentifier>
54 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
64 template<
typename NextTokenT = Aws::String>
65 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
66 template<
typename NextTokenT = Aws::String>
72 bool m_inputIdentifierHasBeenSet =
false;
75 bool m_maxResultsHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String