/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Network time protocol (NTP) server settings. Use this option to connect to
* local NTP servers instead of pool.ntp.org
.See Also:
* AWS
* API Reference
NTP servers to use, in order of preference.
*/ inline const Aws::VectorNTP servers to use, in order of preference.
*/ inline bool NtpServersHasBeenSet() const { return m_ntpServersHasBeenSet; } /** *NTP servers to use, in order of preference.
*/ inline void SetNtpServers(const Aws::VectorNTP servers to use, in order of preference.
*/ inline void SetNtpServers(Aws::VectorNTP servers to use, in order of preference.
*/ inline NtpPayload& WithNtpServers(const Aws::VectorNTP servers to use, in order of preference.
*/ inline NtpPayload& WithNtpServers(Aws::VectorNTP servers to use, in order of preference.
*/ inline NtpPayload& AddNtpServers(const Aws::String& value) { m_ntpServersHasBeenSet = true; m_ntpServers.push_back(value); return *this; } /** *NTP servers to use, in order of preference.
*/ inline NtpPayload& AddNtpServers(Aws::String&& value) { m_ntpServersHasBeenSet = true; m_ntpServers.push_back(std::move(value)); return *this; } /** *NTP servers to use, in order of preference.
*/ inline NtpPayload& AddNtpServers(const char* value) { m_ntpServersHasBeenSet = true; m_ntpServers.push_back(value); return *this; } private: Aws::Vector