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>
55 inline NtpPayload&
AddNtpServers(
const char* value) { m_ntpServersHasBeenSet =
true; m_ntpServers.push_back(value);
return *
this; }
60 bool m_ntpServersHasBeenSet =
false;
bool NtpServersHasBeenSet() const
void SetNtpServers(const Aws::Vector< Aws::String > &value)
NtpPayload & AddNtpServers(const Aws::String &value)
AWS_PANORAMA_API NtpPayload()
NtpPayload & AddNtpServers(const char *value)
NtpPayload & WithNtpServers(const Aws::Vector< Aws::String > &value)
NtpPayload & AddNtpServers(Aws::String &&value)
const Aws::Vector< Aws::String > & GetNtpServers() const
AWS_PANORAMA_API NtpPayload(Aws::Utils::Json::JsonView jsonValue)
void SetNtpServers(Aws::Vector< Aws::String > &&value)
NtpPayload & WithNtpServers(Aws::Vector< Aws::String > &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PANORAMA_API NtpPayload & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue