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/TagSpecification.h>
12#include <aws/ec2/model/VpnConcentratorType.h>
45 m_typeHasBeenSet =
true;
60 template <
typename TransitGatewayIdT = Aws::String>
62 m_transitGatewayIdHasBeenSet =
true;
63 m_transitGatewayId = std::forward<TransitGatewayIdT>(value);
65 template <
typename TransitGatewayIdT = Aws::String>
78 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
80 m_tagSpecificationsHasBeenSet =
true;
81 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
83 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
88 template <
typename TagSpecificationsT = TagSpecification>
90 m_tagSpecificationsHasBeenSet =
true;
91 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
106 m_dryRunHasBeenSet =
true;
121 bool m_dryRun{
false};
122 bool m_typeHasBeenSet =
false;
123 bool m_transitGatewayIdHasBeenSet =
false;
124 bool m_tagSpecificationsHasBeenSet =
false;
125 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool TransitGatewayIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTransitGatewayId(TransitGatewayIdT &&value)
bool DryRunHasBeenSet() const
const Aws::String & GetTransitGatewayId() const
CreateVpnConcentratorRequest & WithType(VpnConcentratorType value)
CreateVpnConcentratorRequest & WithTransitGatewayId(TransitGatewayIdT &&value)
void SetType(VpnConcentratorType value)
void SetDryRun(bool value)
bool TypeHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
CreateVpnConcentratorRequest & WithTagSpecifications(TagSpecificationsT &&value)
bool TagSpecificationsHasBeenSet() const
CreateVpnConcentratorRequest & AddTagSpecifications(TagSpecificationsT &&value)
CreateVpnConcentratorRequest & WithDryRun(bool value)
AWS_EC2_API CreateVpnConcentratorRequest()=default
VpnConcentratorType GetType() const
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
void SetTagSpecifications(TagSpecificationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector