64 inline void SetHostedZoneId(
const char* value) { m_hostedZoneIdHasBeenSet =
true; m_hostedZoneId.assign(value); }
95 inline void SetVPC(
const VPC& value) { m_vPCHasBeenSet =
true; m_vPC = value; }
100 inline void SetVPC(
VPC&& value) { m_vPCHasBeenSet =
true; m_vPC = value; }
134 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
156 bool m_hostedZoneIdHasBeenSet;
158 bool m_vPCHasBeenSet;
160 bool m_commentHasBeenSet;
const Aws::String & GetComment() const
void SetComment(const Aws::String &value)
AssociateVPCWithHostedZoneRequest & WithHostedZoneId(const char *value)
AssociateVPCWithHostedZoneRequest & WithComment(const Aws::String &value)
AssociateVPCWithHostedZoneRequest & WithComment(Aws::String &&value)
void SetComment(const char *value)
AssociateVPCWithHostedZoneRequest & WithComment(const char *value)
void SetVPC(const VPC &value)
const Aws::String & GetHostedZoneId() const
void SetHostedZoneId(Aws::String &&value)
void SetComment(Aws::String &&value)
AssociateVPCWithHostedZoneRequest & WithHostedZoneId(const Aws::String &value)
const VPC & GetVPC() const
void SetHostedZoneId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
AssociateVPCWithHostedZoneRequest & WithVPC(VPC &&value)
AssociateVPCWithHostedZoneRequest & WithVPC(const VPC &value)
void SetHostedZoneId(const Aws::String &value)
JSON (JavaScript Object Notation).
AssociateVPCWithHostedZoneRequest & WithHostedZoneId(Aws::String &&value)