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>
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; }
83 bool m_transitGatewayIdHasBeenSet =
false;
86 bool m_tagSpecificationsHasBeenSet =
false;
89 bool m_dryRunHasBeenSet =
false;
bool DryRunHasBeenSet() const
bool TransitGatewayIdHasBeenSet() const
CreateTransitGatewayPolicyTableRequest & AddTagSpecifications(TagSpecificationsT &&value)
CreateTransitGatewayPolicyTableRequest & WithDryRun(bool value)
void SetDryRun(bool value)
void SetTagSpecifications(TagSpecificationsT &&value)
const Aws::String & GetTransitGatewayId() const
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
AWS_EC2_API CreateTransitGatewayPolicyTableRequest()=default
bool TagSpecificationsHasBeenSet() const
CreateTransitGatewayPolicyTableRequest & WithTagSpecifications(TagSpecificationsT &&value)
CreateTransitGatewayPolicyTableRequest & WithTransitGatewayId(TransitGatewayIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetTransitGatewayId(TransitGatewayIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector