7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_IOTWIRELESS_API
Ip() =
default;
46 template<
typename IpAddressT = Aws::String>
47 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
48 template<
typename IpAddressT = Aws::String>
54 bool m_ipAddressHasBeenSet =
false;
void SetIpAddress(IpAddressT &&value)
AWS_IOTWIRELESS_API Ip(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool IpAddressHasBeenSet() const
AWS_IOTWIRELESS_API Ip()=default
const Aws::String & GetIpAddress() const
Ip & WithIpAddress(IpAddressT &&value)
AWS_IOTWIRELESS_API Ip & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue