28 namespace CloudWatchLogs
51 inline void SetTimestamp(
long long value) { m_timestampHasBeenSet =
true; m_timestamp = value; }
66 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
78 long long m_timestamp;
79 bool m_timestampHasBeenSet;
81 bool m_messageHasBeenSet;
#define AWS_CLOUDWATCHLOGS_API
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).