factory AwsEc2SecurityGroupIpRange.fromJson(Map<String, dynamic> json) { return AwsEc2SecurityGroupIpRange( cidrIp: json['CidrIp'] as String?, ); }