factory CreateInstanceResult.fromJson(Map<String, dynamic> json) { return CreateInstanceResult( instanceId: json['InstanceId'] as String?, ); }