/**
* 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 Message
and a
* Timestamp
value for changes that you make in the status of an IP
* address range that you bring to Global Accelerator through bring your own IP
* address (BYOIP).See Also:
AWS
* API Reference
A string that contains an Event
message describing changes that
* you make in the status of an IP address range that you bring to Global
* Accelerator through bring your own IP address (BYOIP).
A string that contains an Event
message describing changes that
* you make in the status of an IP address range that you bring to Global
* Accelerator through bring your own IP address (BYOIP).
A string that contains an Event
message describing changes that
* you make in the status of an IP address range that you bring to Global
* Accelerator through bring your own IP address (BYOIP).
A string that contains an Event
message describing changes that
* you make in the status of an IP address range that you bring to Global
* Accelerator through bring your own IP address (BYOIP).
A string that contains an Event
message describing changes that
* you make in the status of an IP address range that you bring to Global
* Accelerator through bring your own IP address (BYOIP).
A string that contains an Event
message describing changes that
* you make in the status of an IP address range that you bring to Global
* Accelerator through bring your own IP address (BYOIP).
A string that contains an Event
message describing changes that
* you make in the status of an IP address range that you bring to Global
* Accelerator through bring your own IP address (BYOIP).
A string that contains an Event
message describing changes that
* you make in the status of an IP address range that you bring to Global
* Accelerator through bring your own IP address (BYOIP).
A timestamp for when you make a status change for an IP address range that * you bring to Global Accelerator through bring your own IP address (BYOIP).
*/ inline const Aws::Utils::DateTime& GetTimestamp() const{ return m_timestamp; } /** *A timestamp for when you make a status change for an IP address range that * you bring to Global Accelerator through bring your own IP address (BYOIP).
*/ inline bool TimestampHasBeenSet() const { return m_timestampHasBeenSet; } /** *A timestamp for when you make a status change for an IP address range that * you bring to Global Accelerator through bring your own IP address (BYOIP).
*/ inline void SetTimestamp(const Aws::Utils::DateTime& value) { m_timestampHasBeenSet = true; m_timestamp = value; } /** *A timestamp for when you make a status change for an IP address range that * you bring to Global Accelerator through bring your own IP address (BYOIP).
*/ inline void SetTimestamp(Aws::Utils::DateTime&& value) { m_timestampHasBeenSet = true; m_timestamp = std::move(value); } /** *A timestamp for when you make a status change for an IP address range that * you bring to Global Accelerator through bring your own IP address (BYOIP).
*/ inline ByoipCidrEvent& WithTimestamp(const Aws::Utils::DateTime& value) { SetTimestamp(value); return *this;} /** *A timestamp for when you make a status change for an IP address range that * you bring to Global Accelerator through bring your own IP address (BYOIP).
*/ inline ByoipCidrEvent& 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