7#include <aws/iotevents-data/IoTEventsData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IoTEventsData
47 template<
typename NoteT = Aws::String>
48 void SetNote(NoteT&& value) { m_noteHasBeenSet =
true; m_note = std::forward<NoteT>(value); }
49 template<
typename NoteT = Aws::String>
55 bool m_noteHasBeenSet =
false;
AWS_IOTEVENTSDATA_API EnableActionConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool NoteHasBeenSet() const
EnableActionConfiguration & WithNote(NoteT &&value)
void SetNote(NoteT &&value)
AWS_IOTEVENTSDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTEVENTSDATA_API EnableActionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTSDATA_API EnableActionConfiguration()=default
const Aws::String & GetNote() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue