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