7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/model/NetworkConnectionStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename IpAddressT = Aws::String>
58 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
59 template<
typename IpAddressT = Aws::String>
69 template<
typename NtpServerNameT = Aws::String>
70 void SetNtpServerName(NtpServerNameT&& value) { m_ntpServerNameHasBeenSet =
true; m_ntpServerName = std::forward<NtpServerNameT>(value); }
71 template<
typename NtpServerNameT = Aws::String>
77 bool m_connectionStatusHasBeenSet =
false;
80 bool m_ipAddressHasBeenSet =
false;
83 bool m_ntpServerNameHasBeenSet =
false;
bool ConnectionStatusHasBeenSet() const
NtpStatus & WithNtpServerName(NtpServerNameT &&value)
const Aws::String & GetNtpServerName() const
void SetConnectionStatus(NetworkConnectionStatus value)
const Aws::String & GetIpAddress() const
bool NtpServerNameHasBeenSet() const
AWS_PANORAMA_API NtpStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddress(IpAddressT &&value)
void SetNtpServerName(NtpServerNameT &&value)
NtpStatus & WithConnectionStatus(NetworkConnectionStatus value)
NetworkConnectionStatus GetConnectionStatus() const
AWS_PANORAMA_API NtpStatus(Aws::Utils::Json::JsonView jsonValue)
NtpStatus & WithIpAddress(IpAddressT &&value)
bool IpAddressHasBeenSet() const
AWS_PANORAMA_API NtpStatus()=default
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue