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>
50 template<
typename ClientTokenT = Aws::String>
51 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
52 template<
typename ClientTokenT = Aws::String>
65 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
75 template<
typename VpcIdT = Aws::String>
76 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
77 template<
typename VpcIdT = Aws::String>
87 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
88 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
89 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
91 template<
typename TagSpecificationsT = TagSpecification>
97 bool m_clientTokenHasBeenSet =
false;
100 bool m_dryRunHasBeenSet =
false;
103 bool m_vpcIdHasBeenSet =
false;
106 bool m_tagSpecificationsHasBeenSet =
false;
CreateEgressOnlyInternetGatewayRequest & WithDryRun(bool value)
const Aws::String & GetVpcId() const
CreateEgressOnlyInternetGatewayRequest & WithTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetTagSpecifications(TagSpecificationsT &&value)
CreateEgressOnlyInternetGatewayRequest & AddTagSpecifications(TagSpecificationsT &&value)
CreateEgressOnlyInternetGatewayRequest & WithClientToken(ClientTokenT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
bool TagSpecificationsHasBeenSet() const
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
virtual const char * GetServiceRequestName() const override
bool VpcIdHasBeenSet() const
bool DryRunHasBeenSet() const
void SetDryRun(bool value)
void SetVpcId(VpcIdT &&value)
void SetClientToken(ClientTokenT &&value)
CreateEgressOnlyInternetGatewayRequest & WithVpcId(VpcIdT &&value)
AWS_EC2_API CreateEgressOnlyInternetGatewayRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector