7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
19namespace ApplicationDiscoveryService {
41 template <
typename IpAddressT = Aws::String>
43 m_ipAddressHasBeenSet =
true;
44 m_ipAddress = std::forward<IpAddressT>(value);
46 template <
typename IpAddressT = Aws::String>
59 template <
typename MacAddressT = Aws::String>
61 m_macAddressHasBeenSet =
true;
62 m_macAddress = std::forward<MacAddressT>(value);
64 template <
typename MacAddressT = Aws::String>
74 bool m_ipAddressHasBeenSet =
false;
75 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