7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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_VPCLATTICE_API IpResource(Aws::Utils::Json::JsonView jsonValue)
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_VPCLATTICE_API IpResource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIpAddress() const
IpResource & WithIpAddress(IpAddressT &&value)
AWS_VPCLATTICE_API IpResource()=default
bool IpAddressHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue