7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2Request.h>
11#include <aws/ec2/EC2_EXPORTS.h>
12#include <aws/ec2/model/TagSpecification.h>
44 template <
typename VpcIdT = Aws::String>
46 m_vpcIdHasBeenSet =
true;
47 m_vpcId = std::forward<VpcIdT>(value);
49 template <
typename VpcIdT = Aws::String>
51 SetVpcId(std::forward<VpcIdT>(value));
62 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
64 m_tagSpecificationsHasBeenSet =
true;
65 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
67 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
72 template <
typename TagSpecificationsT = TagSpecification>
74 m_tagSpecificationsHasBeenSet =
true;
75 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
90 m_dryRunHasBeenSet =
true;
108 template <
typename ClientTokenT = Aws::String>
110 m_clientTokenHasBeenSet =
true;
111 m_clientToken = std::forward<ClientTokenT>(value);
113 template <
typename ClientTokenT = Aws::String>
124 bool m_dryRun{
false};
127 bool m_vpcIdHasBeenSet =
false;
128 bool m_tagSpecificationsHasBeenSet =
false;
129 bool m_dryRunHasBeenSet =
false;
130 bool m_clientTokenHasBeenSet =
true;
AWS_EC2_API CreateCarrierGatewayRequest()=default
void SetTagSpecifications(TagSpecificationsT &&value)
bool VpcIdHasBeenSet() const
const Aws::String & GetVpcId() const
bool DryRunHasBeenSet() const
CreateCarrierGatewayRequest & WithDryRun(bool value)
bool TagSpecificationsHasBeenSet() const
const Aws::String & GetClientToken() const
AWS_EC2_API Aws::String SerializePayload() const override
CreateCarrierGatewayRequest & WithClientToken(ClientTokenT &&value)
void SetVpcId(VpcIdT &&value)
CreateCarrierGatewayRequest & AddTagSpecifications(TagSpecificationsT &&value)
void SetDryRun(bool value)
CreateCarrierGatewayRequest & WithVpcId(VpcIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateCarrierGatewayRequest & WithTagSpecifications(TagSpecificationsT &&value)
bool ClientTokenHasBeenSet() const
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
void SetClientToken(ClientTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector