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/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/TagSpecification.h>
13#include <aws/core/utils/UUID.h>
48 template<
typename VpcIdT = Aws::String>
49 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
50 template<
typename VpcIdT = Aws::String>
60 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
61 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
62 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
64 template<
typename TagSpecificationsT = TagSpecification>
77 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
90 template<
typename ClientTokenT = Aws::String>
91 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
92 template<
typename ClientTokenT = Aws::String>
98 bool m_vpcIdHasBeenSet =
false;
101 bool m_tagSpecificationsHasBeenSet =
false;
103 bool m_dryRun{
false};
104 bool m_dryRunHasBeenSet =
false;
107 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