7#include <aws/workspaces-instances/WorkspacesInstances_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace WorkspacesInstances
47 template<
typename Ipv6AddressT = Aws::String>
48 void SetIpv6Address(Ipv6AddressT&& value) { m_ipv6AddressHasBeenSet =
true; m_ipv6Address = std::forward<Ipv6AddressT>(value); }
49 template<
typename Ipv6AddressT = Aws::String>
59 inline void SetIsPrimaryIpv6(
bool value) { m_isPrimaryIpv6HasBeenSet =
true; m_isPrimaryIpv6 = value; }
65 bool m_ipv6AddressHasBeenSet =
false;
67 bool m_isPrimaryIpv6{
false};
68 bool m_isPrimaryIpv6HasBeenSet =
false;
void SetIpv6Address(Ipv6AddressT &&value)
AWS_WORKSPACESINSTANCES_API InstanceIpv6Address()=default
bool GetIsPrimaryIpv6() const
InstanceIpv6Address & WithIsPrimaryIpv6(bool value)
InstanceIpv6Address & WithIpv6Address(Ipv6AddressT &&value)
void SetIsPrimaryIpv6(bool value)
AWS_WORKSPACESINSTANCES_API InstanceIpv6Address & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKSPACESINSTANCES_API InstanceIpv6Address(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKSPACESINSTANCES_API Aws::Utils::Json::JsonValue Jsonize() const
bool IsPrimaryIpv6HasBeenSet() const
bool Ipv6AddressHasBeenSet() const
const Aws::String & GetIpv6Address() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue