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>
47 template<
typename TransitGatewayIdT = Aws::String>
48 void SetTransitGatewayId(TransitGatewayIdT&& value) { m_transitGatewayIdHasBeenSet =
true; m_transitGatewayId = std::forward<TransitGatewayIdT>(value); }
49 template<
typename TransitGatewayIdT = Aws::String>
59 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
60 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
61 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
63 template<
typename TagSpecificationsT = TagSpecification>
76 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
82 bool m_transitGatewayIdHasBeenSet =
false;
85 bool m_tagSpecificationsHasBeenSet =
false;
88 bool m_dryRunHasBeenSet =
false;
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
bool DryRunHasBeenSet() const
void SetDryRun(bool value)
CreateTransitGatewayRouteTableRequest & WithTagSpecifications(TagSpecificationsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetTransitGatewayId() const
AWS_EC2_API CreateTransitGatewayRouteTableRequest()=default
CreateTransitGatewayRouteTableRequest & WithTransitGatewayId(TransitGatewayIdT &&value)
CreateTransitGatewayRouteTableRequest & WithDryRun(bool value)
CreateTransitGatewayRouteTableRequest & AddTagSpecifications(TagSpecificationsT &&value)
void SetTransitGatewayId(TransitGatewayIdT &&value)
bool TagSpecificationsHasBeenSet() const
void SetTagSpecifications(TagSpecificationsT &&value)
bool TransitGatewayIdHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector