7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace MigrationHubStrategyRecommendations
35 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API
NetworkInfo() =
default;
48 template<
typename InterfaceNameT = Aws::String>
49 void SetInterfaceName(InterfaceNameT&& value) { m_interfaceNameHasBeenSet =
true; m_interfaceName = std::forward<InterfaceNameT>(value); }
50 template<
typename InterfaceNameT = Aws::String>
61 template<
typename IpAddressT = Aws::String>
62 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
63 template<
typename IpAddressT = Aws::String>
74 template<
typename MacAddressT = Aws::String>
75 void SetMacAddress(MacAddressT&& value) { m_macAddressHasBeenSet =
true; m_macAddress = std::forward<MacAddressT>(value); }
76 template<
typename MacAddressT = Aws::String>
87 template<
typename NetMaskT = Aws::String>
88 void SetNetMask(NetMaskT&& value) { m_netMaskHasBeenSet =
true; m_netMask = std::forward<NetMaskT>(value); }
89 template<
typename NetMaskT = Aws::String>
95 bool m_interfaceNameHasBeenSet =
false;
98 bool m_ipAddressHasBeenSet =
false;
101 bool m_macAddressHasBeenSet =
false;
104 bool m_netMaskHasBeenSet =
false;
bool NetMaskHasBeenSet() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API NetworkInfo(Aws::Utils::Json::JsonView jsonValue)
void SetMacAddress(MacAddressT &&value)
const Aws::String & GetInterfaceName() const
void SetNetMask(NetMaskT &&value)
NetworkInfo & WithInterfaceName(InterfaceNameT &&value)
const Aws::String & GetIpAddress() const
bool IpAddressHasBeenSet() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API NetworkInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
NetworkInfo & WithMacAddress(MacAddressT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool InterfaceNameHasBeenSet() const
NetworkInfo & WithIpAddress(IpAddressT &&value)
bool MacAddressHasBeenSet() const
const Aws::String & GetNetMask() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API NetworkInfo()=default
void SetInterfaceName(InterfaceNameT &&value)
const Aws::String & GetMacAddress() const
void SetIpAddress(IpAddressT &&value)
NetworkInfo & WithNetMask(NetMaskT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue