7#include <aws/workspaces-instances/WorkspacesInstances_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace WorkspacesInstances
47 template<
typename Ipv4PrefixT = Aws::String>
48 void SetIpv4Prefix(Ipv4PrefixT&& value) { m_ipv4PrefixHasBeenSet =
true; m_ipv4Prefix = std::forward<Ipv4PrefixT>(value); }
49 template<
typename Ipv4PrefixT = Aws::String>
55 bool m_ipv4PrefixHasBeenSet =
false;
Ipv4PrefixSpecificationRequest & WithIpv4Prefix(Ipv4PrefixT &&value)
AWS_WORKSPACESINSTANCES_API Ipv4PrefixSpecificationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKSPACESINSTANCES_API Ipv4PrefixSpecificationRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKSPACESINSTANCES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIpv4Prefix(Ipv4PrefixT &&value)
AWS_WORKSPACESINSTANCES_API Ipv4PrefixSpecificationRequest()=default
bool Ipv4PrefixHasBeenSet() const
const Aws::String & GetIpv4Prefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue