7#include <aws/globalaccelerator/GlobalAccelerator_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace GlobalAccelerator
52 template<
typename MessageT = Aws::String>
53 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
54 template<
typename MessageT = Aws::String>
65 template<
typename TimestampT = Aws::Utils::DateTime>
66 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
67 template<
typename TimestampT = Aws::Utils::DateTime>
73 bool m_messageHasBeenSet =
false;
76 bool m_timestampHasBeenSet =
false;
AWS_GLOBALACCELERATOR_API ByoipCidrEvent(Aws::Utils::Json::JsonView jsonValue)
AWS_GLOBALACCELERATOR_API ByoipCidrEvent()=default
AWS_GLOBALACCELERATOR_API Aws::Utils::Json::JsonValue Jsonize() const
ByoipCidrEvent & WithMessage(MessageT &&value)
AWS_GLOBALACCELERATOR_API ByoipCidrEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimestamp(TimestampT &&value)
ByoipCidrEvent & WithTimestamp(TimestampT &&value)
const Aws::Utils::DateTime & GetTimestamp() const
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
bool TimestampHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue