7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/panorama/Panorama_EXPORTS.h>
9#include <aws/panorama/model/NetworkConnectionStatus.h>
42 m_connectionStatusHasBeenSet =
true;
43 m_connectionStatus = value;
57 template <
typename IpAddressT = Aws::String>
59 m_ipAddressHasBeenSet =
true;
60 m_ipAddress = std::forward<IpAddressT>(value);
62 template <
typename IpAddressT = Aws::String>
75 template <
typename NtpServerNameT = Aws::String>
77 m_ntpServerNameHasBeenSet =
true;
78 m_ntpServerName = std::forward<NtpServerNameT>(value);
80 template <
typename NtpServerNameT = Aws::String>
92 bool m_connectionStatusHasBeenSet =
false;
93 bool m_ipAddressHasBeenSet =
false;
94 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