Map<String, dynamic> toJson() { final subnetIds = this.subnetIds; final vpcId = this.vpcId; return { 'SubnetIds': subnetIds, 'VpcId': vpcId, }; }