factory CreateUserProfileResult.fromJson(Map<String, dynamic> json) { return CreateUserProfileResult( iamUserArn: json['IamUserArn'] as String?, ); }