/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A complex type that contains a Timestamp
value and
* Message
for changes that you make to an accelerator in Global
* Accelerator. Messages stored here provide progress or error information when you
* update an accelerator from IPv4 to dual-stack, or from dual-stack to IPv4.
* Global Accelerator stores a maximum of ten event messages. See
* Also:
AWS
* API Reference
A string that contains an Event
message describing changes or
* errors when you update an accelerator in Global Accelerator from IPv4 to
* dual-stack, or dual-stack to IPv4.
A string that contains an Event
message describing changes or
* errors when you update an accelerator in Global Accelerator from IPv4 to
* dual-stack, or dual-stack to IPv4.
A string that contains an Event
message describing changes or
* errors when you update an accelerator in Global Accelerator from IPv4 to
* dual-stack, or dual-stack to IPv4.
A string that contains an Event
message describing changes or
* errors when you update an accelerator in Global Accelerator from IPv4 to
* dual-stack, or dual-stack to IPv4.
A string that contains an Event
message describing changes or
* errors when you update an accelerator in Global Accelerator from IPv4 to
* dual-stack, or dual-stack to IPv4.
A string that contains an Event
message describing changes or
* errors when you update an accelerator in Global Accelerator from IPv4 to
* dual-stack, or dual-stack to IPv4.
A string that contains an Event
message describing changes or
* errors when you update an accelerator in Global Accelerator from IPv4 to
* dual-stack, or dual-stack to IPv4.
A string that contains an Event
message describing changes or
* errors when you update an accelerator in Global Accelerator from IPv4 to
* dual-stack, or dual-stack to IPv4.
A timestamp for when you update an accelerator in Global Accelerator from * IPv4 to dual-stack, or dual-stack to IPv4.
*/ inline const Aws::Utils::DateTime& GetTimestamp() const{ return m_timestamp; } /** *A timestamp for when you update an accelerator in Global Accelerator from * IPv4 to dual-stack, or dual-stack to IPv4.
*/ inline bool TimestampHasBeenSet() const { return m_timestampHasBeenSet; } /** *A timestamp for when you update an accelerator in Global Accelerator from * IPv4 to dual-stack, or dual-stack to IPv4.
*/ inline void SetTimestamp(const Aws::Utils::DateTime& value) { m_timestampHasBeenSet = true; m_timestamp = value; } /** *A timestamp for when you update an accelerator in Global Accelerator from * IPv4 to dual-stack, or dual-stack to IPv4.
*/ inline void SetTimestamp(Aws::Utils::DateTime&& value) { m_timestampHasBeenSet = true; m_timestamp = std::move(value); } /** *A timestamp for when you update an accelerator in Global Accelerator from * IPv4 to dual-stack, or dual-stack to IPv4.
*/ inline AcceleratorEvent& WithTimestamp(const Aws::Utils::DateTime& value) { SetTimestamp(value); return *this;} /** *A timestamp for when you update an accelerator in Global Accelerator from * IPv4 to dual-stack, or dual-stack to IPv4.
*/ inline AcceleratorEvent& WithTimestamp(Aws::Utils::DateTime&& value) { SetTimestamp(std::move(value)); return *this;} private: Aws::String m_message; bool m_messageHasBeenSet = false; Aws::Utils::DateTime m_timestamp; bool m_timestampHasBeenSet = false; }; } // namespace Model } // namespace GlobalAccelerator } // namespace Aws