Container for the parameters to the {@link com.amazonaws.services.route53.AmazonRoute53#associateVPCWithHostedZone(AssociateVPCWithHostedZoneRequest) AssociateVPCWithHostedZone operation}.
This action associates a VPC with an hosted zone.
To associate a VPC with an hosted zone, send a POST
request to the 2013-04-01/hostedzone/hosted zone ID/associatevpc
resource. The request body must include an XML document with a AssociateVPCWithHostedZoneRequest
element. The response returns the AssociateVPCWithHostedZoneResponse
element that contains ChangeInfo
for you to track the progress of the AssociateVPCWithHostedZoneRequest
you made. See GetChange
operation for how to track the progress of your change.
@see com.amazonaws.services.route53.AmazonRoute53#associateVPCWithHostedZone(AssociateVPCWithHostedZoneRequest)