factory UpdateEndpointOutput.fromJson(Map<String, dynamic> json) { return UpdateEndpointOutput( endpointArn: json['EndpointArn'] as String, ); }