/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a log event.See Also:
AWS
* API Reference
The time the event occurred, expressed as the number of milliseconds after
* Jan 1, 1970 00:00:00 UTC
.
The time the event occurred, expressed as the number of milliseconds after
* Jan 1, 1970 00:00:00 UTC
.
The time the event occurred, expressed as the number of milliseconds after
* Jan 1, 1970 00:00:00 UTC
.
The time the event occurred, expressed as the number of milliseconds after
* Jan 1, 1970 00:00:00 UTC
.
The data contained in the log event.
*/ inline const Aws::String& GetMessage() const{ return m_message; } /** *The data contained in the log event.
*/ inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; } /** *The data contained in the log event.
*/ inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; } /** *The data contained in the log event.
*/ inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); } /** *The data contained in the log event.
*/ inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); } /** *The data contained in the log event.
*/ inline OutputLogEvent& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} /** *The data contained in the log event.
*/ inline OutputLogEvent& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;} /** *The data contained in the log event.
*/ inline OutputLogEvent& WithMessage(const char* value) { SetMessage(value); return *this;} /** *The time the event was ingested, expressed as the number of milliseconds
* after Jan 1, 1970 00:00:00 UTC
.
The time the event was ingested, expressed as the number of milliseconds
* after Jan 1, 1970 00:00:00 UTC
.
The time the event was ingested, expressed as the number of milliseconds
* after Jan 1, 1970 00:00:00 UTC
.
The time the event was ingested, expressed as the number of milliseconds
* after Jan 1, 1970 00:00:00 UTC
.