7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/GatewayType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/ec2/model/TagSpecification.h>
51 template<
typename AvailabilityZoneT = Aws::String>
52 void SetAvailabilityZone(AvailabilityZoneT&& value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone = std::forward<AvailabilityZoneT>(value); }
53 template<
typename AvailabilityZoneT = Aws::String>
73 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
74 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
75 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
77 template<
typename TagSpecificationsT = TagSpecification>
90 inline void SetAmazonSideAsn(
long long value) { m_amazonSideAsnHasBeenSet =
true; m_amazonSideAsn = value; }
103 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
109 bool m_availabilityZoneHasBeenSet =
false;
112 bool m_typeHasBeenSet =
false;
115 bool m_tagSpecificationsHasBeenSet =
false;
117 long long m_amazonSideAsn{0};
118 bool m_amazonSideAsnHasBeenSet =
false;
120 bool m_dryRun{
false};
121 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