60 inline void SetHostedZoneId(
const char* value) { m_hostedZoneIdHasBeenSet =
true; m_hostedZoneId.assign(value); }
88 inline void SetVPC(
const VPC& value) { m_vPCHasBeenSet =
true; m_vPC = value; }
93 inline void SetVPC(
VPC&& value) { m_vPCHasBeenSet =
true; m_vPC = value; }
127 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
149 bool m_hostedZoneIdHasBeenSet;
151 bool m_vPCHasBeenSet;
153 bool m_commentHasBeenSet;
DisassociateVPCFromHostedZoneRequest & WithComment(const Aws::String &value)
DisassociateVPCFromHostedZoneRequest & WithHostedZoneId(Aws::String &&value)
const VPC & GetVPC() const
void SetComment(const Aws::String &value)
void SetHostedZoneId(const char *value)
const Aws::String & GetComment() const
DisassociateVPCFromHostedZoneRequest & WithComment(const char *value)
DisassociateVPCFromHostedZoneRequest & WithVPC(const VPC &value)
void SetVPC(const VPC &value)
DisassociateVPCFromHostedZoneRequest & WithHostedZoneId(const Aws::String &value)
void SetComment(Aws::String &&value)
void SetHostedZoneId(const Aws::String &value)
void SetHostedZoneId(Aws::String &&value)
void SetComment(const char *value)
DisassociateVPCFromHostedZoneRequest & WithVPC(VPC &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DisassociateVPCFromHostedZoneRequest & WithComment(Aws::String &&value)
DisassociateVPCFromHostedZoneRequest & WithHostedZoneId(const char *value)
const Aws::String & GetHostedZoneId() const
JSON (JavaScript Object Notation).