7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationDiscoveryService
49 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
63 inline void SetMacAddress(
const char* value) { m_macAddressHasBeenSet =
true; m_macAddress.assign(value); }
71 bool m_ipAddressHasBeenSet =
false;
74 bool m_macAddressHasBeenSet =
false;
const Aws::String & GetIpAddress() const
AWS_APPLICATIONDISCOVERYSERVICE_API AgentNetworkInfo()
bool MacAddressHasBeenSet() const
const Aws::String & GetMacAddress() const
AgentNetworkInfo & WithIpAddress(const char *value)
void SetMacAddress(const char *value)
void SetMacAddress(Aws::String &&value)
AgentNetworkInfo & WithIpAddress(const Aws::String &value)
bool IpAddressHasBeenSet() const
AgentNetworkInfo & WithMacAddress(const char *value)
void SetIpAddress(const Aws::String &value)
void SetIpAddress(const char *value)
AgentNetworkInfo & WithIpAddress(Aws::String &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API AgentNetworkInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMacAddress(const Aws::String &value)
AWS_APPLICATIONDISCOVERYSERVICE_API AgentNetworkInfo(Aws::Utils::Json::JsonView jsonValue)
AgentNetworkInfo & WithMacAddress(Aws::String &&value)
void SetIpAddress(Aws::String &&value)
AgentNetworkInfo & WithMacAddress(const Aws::String &value)
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue