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