50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
82 inline void SetDhcpOptionsId(
const char* value) { m_dhcpOptionsIdHasBeenSet =
true; m_dhcpOptionsId.assign(value); }
120 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
139 bool m_dryRunHasBeenSet;
141 bool m_dhcpOptionsIdHasBeenSet;
143 bool m_vpcIdHasBeenSet;
void SetVpcId(Aws::String &&value)
void SetDhcpOptionsId(const char *value)
AssociateDhcpOptionsRequest & WithDhcpOptionsId(const char *value)
void SetDhcpOptionsId(Aws::String &&value)
const Aws::String & GetVpcId() const
AssociateDhcpOptionsRequest & WithDryRun(bool value)
AssociateDhcpOptionsRequest & WithDhcpOptionsId(const Aws::String &value)
AssociateDhcpOptionsRequest & WithDhcpOptionsId(Aws::String &&value)
void SetDhcpOptionsId(const Aws::String &value)
AssociateDhcpOptionsRequest & WithVpcId(const char *value)
AssociateDhcpOptionsRequest & WithVpcId(const Aws::String &value)
void SetVpcId(const Aws::String &value)
const Aws::String & GetDhcpOptionsId() const
AssociateDhcpOptionsRequest & WithVpcId(Aws::String &&value)
void SetVpcId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetDryRun(bool value)
JSON (JavaScript Object Notation).