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 TagSpecificationsT = Aws::Vector<TagSpecification>>
46 m_tagSpecificationsHasBeenSet =
true;
47 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
49 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
54 template <
typename TagSpecificationsT = TagSpecification>
56 m_tagSpecificationsHasBeenSet =
true;
57 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
71 template <
typename ClientTokenT = Aws::String>
73 m_clientTokenHasBeenSet =
true;
74 m_clientToken = std::forward<ClientTokenT>(value);
76 template <
typename ClientTokenT = Aws::String>
93 m_dryRunHasBeenSet =
true;
108 template <
typename VpcIdT = Aws::String>
110 m_vpcIdHasBeenSet =
true;
111 m_vpcId = std::forward<VpcIdT>(value);
113 template <
typename VpcIdT = Aws::String>
115 SetVpcId(std::forward<VpcIdT>(value));
124 bool m_dryRun{
false};
127 bool m_tagSpecificationsHasBeenSet =
false;
128 bool m_clientTokenHasBeenSet =
true;
129 bool m_dryRunHasBeenSet =
false;
130 bool m_vpcIdHasBeenSet =
false;
bool DryRunHasBeenSet() const
void SetTagSpecifications(TagSpecificationsT &&value)
CreateRouteTableRequest & WithTagSpecifications(TagSpecificationsT &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
CreateRouteTableRequest & AddTagSpecifications(TagSpecificationsT &&value)
bool VpcIdHasBeenSet() const
void SetDryRun(bool value)
CreateRouteTableRequest & WithDryRun(bool value)
CreateRouteTableRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetVpcId() const
void SetClientToken(ClientTokenT &&value)
bool TagSpecificationsHasBeenSet() const
const Aws::String & GetClientToken() const
CreateRouteTableRequest & WithVpcId(VpcIdT &&value)
AWS_EC2_API CreateRouteTableRequest()=default
void SetVpcId(VpcIdT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector