7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename DhcpOptionsIdT = Aws::String>
44 m_dhcpOptionsIdHasBeenSet =
true;
45 m_dhcpOptionsId = std::forward<DhcpOptionsIdT>(value);
47 template <
typename DhcpOptionsIdT = Aws::String>
60 template <
typename VpcIdT = Aws::String>
62 m_vpcIdHasBeenSet =
true;
63 m_vpcId = std::forward<VpcIdT>(value);
65 template <
typename VpcIdT = Aws::String>
67 SetVpcId(std::forward<VpcIdT>(value));
82 m_dryRunHasBeenSet =
true;
96 bool m_dhcpOptionsIdHasBeenSet =
false;
97 bool m_vpcIdHasBeenSet =
false;
98 bool m_dryRunHasBeenSet =
false;
bool VpcIdHasBeenSet() const
AssociateDhcpOptionsRequest & WithDryRun(bool value)
const Aws::String & GetVpcId() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API AssociateDhcpOptionsRequest()=default
bool DryRunHasBeenSet() const
void SetDryRun(bool value)
AssociateDhcpOptionsRequest & WithVpcId(VpcIdT &&value)
AssociateDhcpOptionsRequest & WithDhcpOptionsId(DhcpOptionsIdT &&value)
void SetVpcId(VpcIdT &&value)
void SetDhcpOptionsId(DhcpOptionsIdT &&value)
const Aws::String & GetDhcpOptionsId() const
bool DhcpOptionsIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String