7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/iotevents/model/InputStatus.h>
48 template<
typename InputNameT = Aws::String>
49 void SetInputName(InputNameT&& value) { m_inputNameHasBeenSet =
true; m_inputName = std::forward<InputNameT>(value); }
50 template<
typename InputNameT = Aws::String>
60 template<
typename InputDescriptionT = Aws::String>
61 void SetInputDescription(InputDescriptionT&& value) { m_inputDescriptionHasBeenSet =
true; m_inputDescription = std::forward<InputDescriptionT>(value); }
62 template<
typename InputDescriptionT = Aws::String>
72 template<
typename InputArnT = Aws::String>
73 void SetInputArn(InputArnT&& value) { m_inputArnHasBeenSet =
true; m_inputArn = std::forward<InputArnT>(value); }
74 template<
typename InputArnT = Aws::String>
84 template<
typename CreationTimeT = Aws::Utils::DateTime>
85 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
86 template<
typename CreationTimeT = Aws::Utils::DateTime>
96 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
97 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
98 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
114 bool m_inputNameHasBeenSet =
false;
117 bool m_inputDescriptionHasBeenSet =
false;
120 bool m_inputArnHasBeenSet =
false;
123 bool m_creationTimeHasBeenSet =
false;
126 bool m_lastUpdateTimeHasBeenSet =
false;
129 bool m_statusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue