48 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
49 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
77 inline void SetSourceIdentifier(
const char* value) { m_sourceIdentifierHasBeenSet =
true; m_sourceIdentifier.assign(value); }
148 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
192 bool m_sourceIdentifierHasBeenSet;
194 bool m_sourceTypeHasBeenSet;
196 bool m_messageHasBeenSet;
198 bool m_dateHasBeenSet;
void SetSourceIdentifier(Aws::String &&value)
void SetDate(Aws::Utils::DateTime &&value)
void SetMessage(const Aws::String &value)
Event & WithDate(Aws::Utils::DateTime &&value)
Event & WithMessage(Aws::String &&value)
void SetMessage(const char *value)
const Aws::String & GetMessage() const
const SourceType & GetSourceType() const
void SetSourceIdentifier(const char *value)
void SetMessage(Aws::String &&value)
const Aws::Utils::DateTime & GetDate() const
std::basic_ostream< char, std::char_traits< char > > OStream
void SetDate(const Aws::Utils::DateTime &value)
Event & WithSourceIdentifier(const char *value)
Event & WithMessage(const char *value)
Event & WithSourceType(SourceType &&value)
Event & WithSourceIdentifier(Aws::String &&value)
void SetSourceIdentifier(const Aws::String &value)
Event & WithSourceType(const SourceType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Event & WithDate(const Aws::Utils::DateTime &value)
void SetSourceType(const SourceType &value)
Event & WithSourceIdentifier(const Aws::String &value)
#define AWS_ELASTICACHE_API
const Aws::String & GetSourceIdentifier() const
Event & WithMessage(const Aws::String &value)
void SetSourceType(SourceType &&value)
JSON (JavaScript Object Notation).