7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename NtpServersT = Aws::Vector<Aws::String>>
50 void SetNtpServers(NtpServersT&& value) { m_ntpServersHasBeenSet =
true; m_ntpServers = std::forward<NtpServersT>(value); }
51 template<
typename NtpServersT = Aws::Vector<Aws::String>>
53 template<
typename NtpServersT = Aws::String>
54 NtpPayload&
AddNtpServers(NtpServersT&& value) { m_ntpServersHasBeenSet =
true; m_ntpServers.emplace_back(std::forward<NtpServersT>(value));
return *
this; }
59 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