7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/GatewayType.h>
12#include <aws/ec2/model/TagSpecification.h>
47 template <
typename AvailabilityZoneT = Aws::String>
49 m_availabilityZoneHasBeenSet =
true;
50 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
52 template <
typename AvailabilityZoneT = Aws::String>
66 m_typeHasBeenSet =
true;
81 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
83 m_tagSpecificationsHasBeenSet =
true;
84 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
86 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
91 template <
typename TagSpecificationsT = TagSpecification>
93 m_tagSpecificationsHasBeenSet =
true;
94 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
109 m_amazonSideAsnHasBeenSet =
true;
110 m_amazonSideAsn = value;
128 m_dryRunHasBeenSet =
true;
143 long long m_amazonSideAsn{0};
145 bool m_dryRun{
false};
146 bool m_availabilityZoneHasBeenSet =
false;
147 bool m_typeHasBeenSet =
false;
148 bool m_tagSpecificationsHasBeenSet =
false;
149 bool m_amazonSideAsnHasBeenSet =
false;
150 bool m_dryRunHasBeenSet =
false;
bool AmazonSideAsnHasBeenSet() const
void SetAmazonSideAsn(long long value)
void SetDryRun(bool value)
bool TypeHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
CreateVpnGatewayRequest & AddTagSpecifications(TagSpecificationsT &&value)
CreateVpnGatewayRequest & WithAvailabilityZone(AvailabilityZoneT &&value)
bool AvailabilityZoneHasBeenSet() const
GatewayType GetType() const
CreateVpnGatewayRequest & WithAmazonSideAsn(long long value)
virtual const char * GetServiceRequestName() const override
void SetAvailabilityZone(AvailabilityZoneT &&value)
CreateVpnGatewayRequest & WithType(GatewayType value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool TagSpecificationsHasBeenSet() const
CreateVpnGatewayRequest & WithTagSpecifications(TagSpecificationsT &&value)
long long GetAmazonSideAsn() const
void SetTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API CreateVpnGatewayRequest()=default
void SetType(GatewayType value)
CreateVpnGatewayRequest & WithDryRun(bool value)
const Aws::String & GetAvailabilityZone() const
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector