7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationDiscoveryService
47 template<
typename IpAddressT = Aws::String>
48 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
49 template<
typename IpAddressT = Aws::String>
59 template<
typename MacAddressT = Aws::String>
60 void SetMacAddress(MacAddressT&& value) { m_macAddressHasBeenSet =
true; m_macAddress = std::forward<MacAddressT>(value); }
61 template<
typename MacAddressT = Aws::String>
67 bool m_ipAddressHasBeenSet =
false;
70 bool m_macAddressHasBeenSet =
false;
const Aws::String & GetIpAddress() const
bool MacAddressHasBeenSet() const
const Aws::String & GetMacAddress() const
AgentNetworkInfo & WithMacAddress(MacAddressT &&value)
bool IpAddressHasBeenSet() const
void SetIpAddress(IpAddressT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API AgentNetworkInfo()=default
AWS_APPLICATIONDISCOVERYSERVICE_API AgentNetworkInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONDISCOVERYSERVICE_API AgentNetworkInfo(Aws::Utils::Json::JsonView jsonValue)
AgentNetworkInfo & WithIpAddress(IpAddressT &&value)
void SetMacAddress(MacAddressT &&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