AssociateVPCWithHostedZoneRequest constructor

AssociateVPCWithHostedZoneRequest({
  1. required String hostedZoneId,
  2. required VPC vpc,
  3. String? comment,
})

Implementation

AssociateVPCWithHostedZoneRequest({
  required this.hostedZoneId,
  required this.vpc,
  this.comment,
});