7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
58 template<
typename VpcIdT = Aws::String>
59 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
60 template<
typename VpcIdT = Aws::String>
66 bool m_dryRunHasBeenSet =
false;
69 bool m_vpcIdHasBeenSet =
false;
void SetVpcId(VpcIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
bool VpcIdHasBeenSet() const
void SetDryRun(bool value)
bool DryRunHasBeenSet() const
DisableVpcClassicLinkRequest & WithVpcId(VpcIdT &&value)
DisableVpcClassicLinkRequest & WithDryRun(bool value)
const Aws::String & GetVpcId() const
virtual const char * GetServiceRequestName() const override
AWS_EC2_API DisableVpcClassicLinkRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String