factory CreateLunaClientResponse.fromJson(Map<String, dynamic> json) { return CreateLunaClientResponse( clientArn: json['ClientArn'] as String?, ); }