7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/model/NetworkConnectionStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
75 inline void SetNtpServerName(
const char* value) { m_ntpServerNameHasBeenSet =
true; m_ntpServerName.assign(value); }
83 bool m_connectionStatusHasBeenSet =
false;
86 bool m_ipAddressHasBeenSet =
false;
89 bool m_ntpServerNameHasBeenSet =
false;
bool ConnectionStatusHasBeenSet() const
NtpStatus & WithConnectionStatus(NetworkConnectionStatus &&value)
void SetNtpServerName(const Aws::String &value)
void SetIpAddress(Aws::String &&value)
AWS_PANORAMA_API NtpStatus()
void SetConnectionStatus(NetworkConnectionStatus &&value)
const Aws::String & GetNtpServerName() const
void SetConnectionStatus(const NetworkConnectionStatus &value)
const Aws::String & GetIpAddress() const
NtpStatus & WithIpAddress(const Aws::String &value)
void SetNtpServerName(const char *value)
bool NtpServerNameHasBeenSet() const
AWS_PANORAMA_API NtpStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
NtpStatus & WithNtpServerName(const char *value)
NtpStatus & WithNtpServerName(Aws::String &&value)
const NetworkConnectionStatus & GetConnectionStatus() const
NtpStatus & WithIpAddress(Aws::String &&value)
NtpStatus & WithNtpServerName(const Aws::String &value)
void SetIpAddress(const Aws::String &value)
void SetNtpServerName(Aws::String &&value)
AWS_PANORAMA_API NtpStatus(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddress(const char *value)
bool IpAddressHasBeenSet() const
NtpStatus & WithConnectionStatus(const NetworkConnectionStatus &value)
NtpStatus & WithIpAddress(const char *value)
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