7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotevents/IoTEventsRequest.h>
9#include <aws/iotevents/IoTEvents_EXPORTS.h>
10#include <aws/iotevents/model/InputDefinition.h>
38 template <
typename InputNameT = Aws::String>
40 m_inputNameHasBeenSet =
true;
41 m_inputName = std::forward<InputNameT>(value);
43 template <
typename InputNameT = Aws::String>
56 template <
typename InputDescriptionT = Aws::String>
58 m_inputDescriptionHasBeenSet =
true;
59 m_inputDescription = std::forward<InputDescriptionT>(value);
61 template <
typename InputDescriptionT = Aws::String>
74 template <
typename InputDefinitionT = InputDefinition>
76 m_inputDefinitionHasBeenSet =
true;
77 m_inputDefinition = std::forward<InputDefinitionT>(value);
79 template <
typename InputDefinitionT = InputDefinition>
91 bool m_inputNameHasBeenSet =
false;
92 bool m_inputDescriptionHasBeenSet =
false;
93 bool m_inputDefinitionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String