7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_IOTWIRELESS_API
Ip();
48 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
56 bool m_ipAddressHasBeenSet =
false;
AWS_IOTWIRELESS_API Ip(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool IpAddressHasBeenSet() const
Ip & WithIpAddress(Aws::String &&value)
const Aws::String & GetIpAddress() const
Ip & WithIpAddress(const Aws::String &value)
void SetIpAddress(const Aws::String &value)
void SetIpAddress(Aws::String &&value)
Ip & WithIpAddress(const char *value)
void SetIpAddress(const char *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