7#include <aws/workspaces-instances/WorkspacesInstances_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace WorkspacesInstances
47 template<
typename Ipv6PrefixT = Aws::String>
48 void SetIpv6Prefix(Ipv6PrefixT&& value) { m_ipv6PrefixHasBeenSet =
true; m_ipv6Prefix = std::forward<Ipv6PrefixT>(value); }
49 template<
typename Ipv6PrefixT = Aws::String>
55 bool m_ipv6PrefixHasBeenSet =
false;
void SetIpv6Prefix(Ipv6PrefixT &&value)
AWS_WORKSPACESINSTANCES_API Ipv6PrefixSpecificationRequest()=default
AWS_WORKSPACESINSTANCES_API Ipv6PrefixSpecificationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
Ipv6PrefixSpecificationRequest & WithIpv6Prefix(Ipv6PrefixT &&value)
const Aws::String & GetIpv6Prefix() const
AWS_WORKSPACESINSTANCES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WORKSPACESINSTANCES_API Ipv6PrefixSpecificationRequest(Aws::Utils::Json::JsonView jsonValue)
bool Ipv6PrefixHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue