95 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
136 inline void SetNtpServerName(
const char* value) { m_ntpServerNameHasBeenSet =
true; m_ntpServerName.assign(value); }
156 bool m_connectionStatusHasBeenSet =
false;
159 bool m_ipAddressHasBeenSet =
false;
162 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