7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/panorama/Panorama_EXPORTS.h>
43 template <
typename NtpServersT = Aws::Vector<Aws::String>>
45 m_ntpServersHasBeenSet =
true;
46 m_ntpServers = std::forward<NtpServersT>(value);
48 template <
typename NtpServersT = Aws::Vector<Aws::String>>
53 template <
typename NtpServersT = Aws::String>
55 m_ntpServersHasBeenSet =
true;
56 m_ntpServers.emplace_back(std::forward<NtpServersT>(value));
62 bool m_ntpServersHasBeenSet =
false;
bool NtpServersHasBeenSet() const
AWS_PANORAMA_API NtpPayload()=default
NtpPayload & WithNtpServers(NtpServersT &&value)
const Aws::Vector< Aws::String > & GetNtpServers() const
void SetNtpServers(NtpServersT &&value)
AWS_PANORAMA_API NtpPayload(Aws::Utils::Json::JsonView jsonValue)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PANORAMA_API NtpPayload & operator=(Aws::Utils::Json::JsonView jsonValue)
NtpPayload & AddNtpServers(NtpServersT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue