7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename AvailabilityZoneT = Aws::String>
46 void SetAvailabilityZone(AvailabilityZoneT&& value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone = std::forward<AvailabilityZoneT>(value); }
47 template<
typename AvailabilityZoneT = Aws::String>
60 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
72 inline void SetIpv6Native(
bool value) { m_ipv6NativeHasBeenSet =
true; m_ipv6Native = value; }
78 bool m_availabilityZoneHasBeenSet =
false;
81 bool m_dryRunHasBeenSet =
false;
83 bool m_ipv6Native{
false};
84 bool m_ipv6NativeHasBeenSet =
false;
void SetIpv6Native(bool value)
void SetAvailabilityZone(AvailabilityZoneT &&value)
bool Ipv6NativeHasBeenSet() const
CreateDefaultSubnetRequest & WithIpv6Native(bool value)
const Aws::String & GetAvailabilityZone() const
virtual const char * GetServiceRequestName() const override
CreateDefaultSubnetRequest & WithAvailabilityZone(AvailabilityZoneT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API CreateDefaultSubnetRequest()=default
bool GetIpv6Native() const
void SetDryRun(bool value)
bool AvailabilityZoneHasBeenSet() const
CreateDefaultSubnetRequest & WithDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String